[feature] ignoring node_modules for fzf

This commit is contained in:
Klesh Wong 2020-10-29 20:45:16 +08:00
parent f57e2fb8a2
commit 4e5975cb11

View File

@ -3,7 +3,7 @@
set -gx EDITOR nvim
# enable fzf completion hotkey
#set -gx FZF_DEFAULT_COMMAND 'ag -g ""'
set -gx FZF_DEFAULT_COMMAND 'ag -g "" --ignore "node_modules/"'
set -U FZF_COMPLETE 0
# no line-wrapping, good for `docker ps`
set -gx LESS "-SRXF"