From 3bce338f3cd31fd63e6142c46087805a93968a3c Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 2 Apr 2023 20:08:07 -0700 Subject: [PATCH] tweak fzf default --- runcoms/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zshrc b/runcoms/zshrc index 09fda06..34d813a 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -64,7 +64,7 @@ if [ $commands[fzf] ]; then source "/opt/homebrew/opt/fzf/shell/key-bindings.zsh" export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border' - export FZF_DEFAULT_COMMAND="fd --type f" + export FZF_DEFAULT_COMMAND="fd --hidden --follow --type f" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_ALT_C_COMMAND="fd --type d" # alias fzf=fzf-tmux