X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/086f96e45c174eaf53a2cbae7d60554a66e44c74..14a899db10b88c5e4800e34dc208a0ce3b624dcd:/runcoms/zshrc diff --git a/runcoms/zshrc b/runcoms/zshrc index 98b5967..6d2b00d 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -57,7 +57,11 @@ export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | hea if [[ -s "/opt/homebrew/bin/brew" ]]; then export FZF_VIM_PATH=/opt/homebrew/opt/fzf else - export FZF_VIM_PATH=/usr/local/opt/fzf + if [[ -s "/opt/homebrew/bin/brew" ]]; then + export FZF_VIM_PATH=/usr/local/opt/fzf + else + export FZF_VIM_PATH=/usr/share/doc/fzf/examples + fi fi ################################################################################