diff options
Diffstat (limited to 'user/zsh')
-rw-r--r-- | user/zsh/zshrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user/zsh/zshrc b/user/zsh/zshrc index c90fa933..195eaedb 100644 --- a/user/zsh/zshrc +++ b/user/zsh/zshrc @@ -111,9 +111,7 @@ else fi fi -export FZF_CTRL_T_COMMAND=' - (git ls-tree -r --name-only HEAD || - fd --hidden --follow --exclude ".git" .) 2> /dev/null' +export FZF_CTRL_T_COMMAND='(fd --hidden --follow --exclude ".git" .) 2> /dev/null' export FZF_ALT_C_COMMAND='fd --type d --hidden --follow --exclude ".git" .' export FZF_DEFAULT_COMMAND=$FZF_CTRL_T_COMMAND |