Browse Source

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

GrandZhuo 2 years ago
parent
commit
3e1c0d51cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/fzf/fzf.plugin.zsh

+ 1 - 1
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"
     )