Browse Source

feat(fzf): support macOS ARM brew install dir (#10944)

Steven Conaway 1 year ago
parent
commit
aafc7443f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/fzf/fzf.plugin.zsh

+ 1 - 0
plugins/fzf/fzf.plugin.zsh

@@ -9,6 +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"
       "/usr/share/fzf"
       "/usr/local/share/examples/fzf"
     )