sh: Fix XDG directory use for an array of apps
This commit is contained in:
parent
4bff036d1d
commit
03ec445076
3 changed files with 30 additions and 8 deletions
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
# make zsh source the correct directory
|
||||
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}
|
||||
ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
ZDOTDIR="${XDG_CONFIG_HOME:-"$HOME/.config"}/zsh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue