diff --git a/zsh-macos/.config/zsh-macos/fzf.zsh b/zsh-macos/.config/zsh-macos/fzf.zsh index 4eb1a0a..0b5e24f 100644 --- a/zsh-macos/.config/zsh-macos/fzf.zsh +++ b/zsh-macos/.config/zsh-macos/fzf.zsh @@ -4,8 +4,8 @@ fzf_version="$(fzf --version | cut -d ' ' -f1 | tr -d '[:space:]')" # 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 # ------------ -source "/usr/local/Cellar/fzf/${fzf_version}/shell/key-bindings.zsh" +source "/opt/homebrew/Cellar/fzf/${fzf_version}/shell/key-bindings.zsh"