From 06a513f9a9719e3ec4be4c7bec27803e22b14854 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 9 Jun 2023 08:46:49 -0700 Subject: [PATCH] mu --- runcoms/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zshrc b/runcoms/zshrc index d376092..272bae0 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -63,7 +63,7 @@ if [ $commands[fzf] ]; then [[ $- == *i* ]] && source "/opt/homebrew/opt/fzf/shell/completion.zsh" 2> /dev/null source "/opt/homebrew/opt/fzf/shell/key-bindings.zsh" - export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border' + 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 --strip-cwd-prefix --hidden --follow --exclude .git"