[feature] ignoring node_modules for fzf
This commit is contained in:
parent
f57e2fb8a2
commit
4e5975cb11
|
@ -3,7 +3,7 @@
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
|
|
||||||
# enable fzf completion hotkey
|
# 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
|
set -U FZF_COMPLETE 0
|
||||||
# no line-wrapping, good for `docker ps`
|
# no line-wrapping, good for `docker ps`
|
||||||
set -gx LESS "-SRXF"
|
set -gx LESS "-SRXF"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user