zsh-macos/fzf.zsh: update Homebrew store path
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user