From d64e2a68585520d6cb2b1bdd5167d427d4f6a78a Mon Sep 17 00:00:00 2001 From: Amir Malekpour Date: Thu, 8 Sep 2016 12:57:24 -0700 Subject: [PATCH] Correct ag option --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index a112fed..93dd982 100644 --- a/Examples.md +++ b/Examples.md @@ -154,7 +154,7 @@ Fuzzy cd for fish shell: https://gist.github.com/rumpelsepp/b1b416f52d6790de1aee grep --line-buffered --color=never -r "" * | fzf # with ag - respects .agignore and .gitignore -ag --nobreak --nonumbers --noheading . | fzf +ag --nobreak --no-numbers --noheading . | fzf ``` ### Command history