diff options
Diffstat (limited to '.fzfrc')
-rwxr-xr-x | .fzfrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ if [ -f /usr/bin/fd ];then export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' fi +export FZF_CTRL_T_COMMAND=$FZF_DEFAULT_COMMAND + # completion and key bindings case $SHELL in |