zshrc: FZF_CTRL_T_COMMAND += --hidden
This commit is contained in:
parent
6b098deee9
commit
7824939591
2
.zshrc
2
.zshrc
@ -112,7 +112,7 @@
|
|||||||
HISTORY_SUBSTRING_SEARCH_FUZZY=" "
|
HISTORY_SUBSTRING_SEARCH_FUZZY=" "
|
||||||
|
|
||||||
export FZF_DEFAULT_COMMAND="fd --type f --hidden --follow --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_CTRL_T_COMMAND="fd --follow --full-path --hidden --base-directory . --exclude '.git' --exclude 'node_modules' ."
|
||||||
export FZF_ALT_C_COMMAND="fd -H -t d ."
|
export FZF_ALT_C_COMMAND="fd -H -t d ."
|
||||||
export DISABLE_FZF_AUTO_COMPLETION="true"
|
export DISABLE_FZF_AUTO_COMPLETION="true"
|
||||||
# Options to fzf command
|
# Options to fzf command
|
||||||
|
Loading…
Reference in New Issue
Block a user