diff --git a/.zshrc b/.zshrc index 7110a66..964d11d 100644 --- a/.zshrc +++ b/.zshrc @@ -110,7 +110,7 @@ bindkey -M vicmd 'J' history-substring-search-down HISTORY_SUBSTRING_SEARCH_FUZZY=" " - export FZF_DEFAULT_COMMAND="fd --type f --hidden --follow --exclude .git --exclude 'node_modules' ." + export FZF_DEFAULT_COMMAND="fd --type f --hidden --follow --exclude 'node_modules' ." export FZF_CTRL_T_COMMAND="fd --follow --full-path --base-directory . --exclude '.git' --exclude 'node_modules' ." export FZF_ALT_C_COMMAND="fd -H -t d ." export DISABLE_FZF_AUTO_COMPLETION="true"