From 52e44dbd9b839af650d128a0fe6e6cd65ec70f5f Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 8 Apr 2023 20:24:35 -0700 Subject: [PATCH] fzf alt-c tweaks --- runcoms/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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