1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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

This commit is contained in:
GrandZhuo
2023-02-12 16:53:04 +08:00
committed by GitHub
parent f9104d155f
commit 3e1c0d51cb

View File

@@ -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"
)