mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 09:58:47 -07:00
feat(fzf): look in XDG compliant location (#9858)
This commit is contained in:
parent
1916a31153
commit
48a3c2f32d
@ -7,6 +7,7 @@ function setup_using_base_dir() {
|
||||
fzfdirs=(
|
||||
"${HOME}/.fzf"
|
||||
"${HOME}/.nix-profile/share/fzf"
|
||||
"${XDG_DATA_HOME:-$HOME/.local/share}/fzf"
|
||||
"/usr/local/opt/fzf"
|
||||
"/usr/share/fzf"
|
||||
"/usr/local/share/examples/fzf"
|
||||
|
Loading…
Reference in New Issue
Block a user