From 959cd0cf3f12bf40bd3752ffb75f90b6e9ee0607 Mon Sep 17 00:00:00 2001 From: Raine Virta Date: Sun, 10 May 2015 12:45:17 +0300 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples.md b/Examples.md index 4bb434f..9df7ec0 100644 --- a/Examples.md +++ b/Examples.md @@ -61,6 +61,9 @@ cdf() { ```sh grep --line-buffered --color=never -r "" * | fzf + +# with ag - respects .agignore and .gitignore +ag --nobreak --nonumbers --noheading . | fzf ``` ### Command history