diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 21:53:37 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 21:53:37 +0100 |
| commit | ff40958cb9fa50b1e194849af0ffab32f1fc8cad (patch) | |
| tree | e32bf1d6e8f71ee2bad15d59cf4219957a86ba24 /runcoms | |
| parent | 967de9a270bccf66da73eda4e17d78d41c4e14d6 (diff) | |
Update deps, fix for linux
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 |