mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
fixup! Add /fish to $__fish_config_dir
This commit is contained in:
parent
6c988abe28
commit
5efa18da15
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@ end
|
|||
# unless they already exist
|
||||
#
|
||||
|
||||
set -g __fish_config_dir ~/.config
|
||||
set -g __fish_config_dir ~/.config/fish
|
||||
|
||||
if set -q XDG_CONFIG_HOME
|
||||
set __fish_config_dir $XDG_CONFIG_HOME
|
||||
set __fish_config_dir $XDG_CONFIG_HOME/fish
|
||||
end
|
||||
|
||||
set -l userdatadir ~/.local/share
|
||||
|
|
Loading…
Reference in a new issue