Unverified Commit aafc7443 authored by Steven Conaway's avatar Steven Conaway Committed by GitHub

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

parent 37d9e1ae
...@@ -9,6 +9,7 @@ function fzf_setup_using_base_dir() { ...@@ -9,6 +9,7 @@ function fzf_setup_using_base_dir() {
"${HOME}/.nix-profile/share/fzf" "${HOME}/.nix-profile/share/fzf"
"${XDG_DATA_HOME:-$HOME/.local/share}/fzf" "${XDG_DATA_HOME:-$HOME/.local/share}/fzf"
"/usr/local/opt/fzf" "/usr/local/opt/fzf"
"/opt/homebrew/bin/fzf"
"/usr/share/fzf" "/usr/share/fzf"
"/usr/local/share/examples/fzf" "/usr/local/share/examples/fzf"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment