Unverified Commit 3e1c0d51 authored by GrandZhuo's avatar GrandZhuo Committed by GitHub

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

parent f9104d15
......@@ -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"
)
......
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