fix(fzf): installation dir for brew M1 (#11490)

master
GrandZhuo 3 years ago committed by GitHub
parent f9104d155f
commit 3e1c0d51cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/fzf/fzf.plugin.zsh

@ -9,7 +9,7 @@ function fzf_setup_using_base_dir() {
"${HOME}/.nix-profile/share/fzf"
"${XDG_DATA_HOME:-$HOME/.local/share}/fzf"
"/usr/local/opt/fzf"
"/opt/homebrew/bin/fzf"
"/opt/homebrew/opt/fzf"
"/usr/share/fzf"
"/usr/local/share/examples/fzf"
)

Loading…
Cancel
Save