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"