diff options
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 7 |
1 files changed, 0 insertions, 7 deletions
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 |