diff --git a/runcoms/zshrc b/runcoms/zshrc index 2444171..d376092 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -66,7 +66,7 @@ if [ $commands[fzf] ]; then export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border' export FZF_DEFAULT_COMMAND="fd --type f --strip-cwd-prefix --hidden --follow --exclude .git" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" - export FZF_ALT_C_COMMAND="fd --type d" + export FZF_ALT_C_COMMAND="fd --type d --strip-cwd-prefix --hidden --follow --exclude .git" # alias fzf='fzf-tmux -p' # https://github.com/junegunn/fzf/issues/164#issuecomment-581837757