zsh-macos/fzf.zsh: update Homebrew store path

This commit is contained in:
2025-08-05 22:29:18 -07:00
parent 78b54bb47b
commit 9bd93c9d7b

View File

@@ -4,8 +4,8 @@ fzf_version="$(fzf --version | cut -d ' ' -f1 | tr -d '[:space:]')"
# Auto-completion # Auto-completion
# --------------- # ---------------
[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/${fzf_version}/shell/completion.zsh" [[ $- == *i* ]] && source "/opt/homebrew/Cellar/fzf/${fzf_version}/shell/completion.zsh"
# Key bindings # Key bindings
# ------------ # ------------
source "/usr/local/Cellar/fzf/${fzf_version}/shell/key-bindings.zsh" source "/opt/homebrew/Cellar/fzf/${fzf_version}/shell/key-bindings.zsh"