1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

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

This commit is contained in:
Steven Conaway 2022-11-15 10:19:37 -08:00 committed by GitHub
parent 37d9e1aee9
commit aafc7443f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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