X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/9f9934bad16668fcf0a768cdaa03383d73780e15..HEAD:/runcoms/zshrc?ds=sidebyside diff --git a/runcoms/zshrc b/runcoms/zshrc index 07d4269..5d51c56 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -67,13 +67,6 @@ if [[ -s "/opt/homebrew/bin/brew" ]]; then . /opt/homebrew/etc/profile.d/z.sh . /opt/homebrew/opt/asdf/libexec/asdf.sh else - # FZF Vim (Linux) - if [[ -s "/usr/local/bin/brew" ]]; then - export FZF_VIM_PATH=/usr/local/opt/fzf - else - export FZF_VIM_PATH=/usr/share/doc/fzf/examples - fi - # Z (Linux) if [[ -s "/usr/libexec/z.sh" ]]; then . /usr/libexec/z.sh