m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Correct ag option

Amir Malekpour
2016-09-08 12:57:24 -07:00
parent 031f439dfd
commit d64e2a6858

@@ -154,7 +154,7 @@ Fuzzy cd for fish shell: https://gist.github.com/rumpelsepp/b1b416f52d6790de1aee
grep --line-buffered --color=never -r "" * | fzf grep --line-buffered --color=never -r "" * | fzf
# with ag - respects .agignore and .gitignore # with ag - respects .agignore and .gitignore
ag --nobreak --nonumbers --noheading . | fzf ag --nobreak --no-numbers --noheading . | fzf
``` ```
### Command history ### Command history