summaryrefslogtreecommitdiff
path: root/.zsh/zshrc/99_fzf
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc/99_fzf')
-rw-r--r--.zsh/zshrc/99_fzf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/zshrc/99_fzf b/.zsh/zshrc/99_fzf
index 82f4aa7..f186c06 100644
--- a/.zsh/zshrc/99_fzf
+++ b/.zsh/zshrc/99_fzf
@@ -9,6 +9,7 @@
FZF="${HOME}/.fzf"
# Installed using Homebrew
[ -d $FZF ] || FZF="/usr/local/opt/fzf"
+[ -d $FZF ] || FZF="/opt/homebrew/opt/fzf"
if [ -d $FZF ] ; then
path_append $FZF/bin