From 4e5975cb11302b1672e6c12556c3c2d80a5a256f Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 29 Oct 2020 20:45:16 +0800 Subject: [PATCH] [feature] ignoring node_modules for fzf --- fish/config/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/config/config.fish b/fish/config/config.fish index cc7a03e..fdd74d5 100644 --- a/fish/config/config.fish +++ b/fish/config/config.fish @@ -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"