mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
feat(fzf): look in XDG compliant location (#9858)
This commit is contained in:
parent
1916a31153
commit
48a3c2f32d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ function setup_using_base_dir() {
|
||||||
fzfdirs=(
|
fzfdirs=(
|
||||||
"${HOME}/.fzf"
|
"${HOME}/.fzf"
|
||||||
"${HOME}/.nix-profile/share/fzf"
|
"${HOME}/.nix-profile/share/fzf"
|
||||||
|
"${XDG_DATA_HOME:-$HOME/.local/share}/fzf"
|
||||||
"/usr/local/opt/fzf"
|
"/usr/local/opt/fzf"
|
||||||
"/usr/share/fzf"
|
"/usr/share/fzf"
|
||||||
"/usr/local/share/examples/fzf"
|
"/usr/local/share/examples/fzf"
|
||||||
|
|
Loading…
Reference in a new issue