sh: Fix XDG directory use for an array of apps

This commit is contained in:
Marty Oehme 2022-06-28 11:10:34 +02:00
parent 4bff036d1d
commit 03ec445076
Signed by: Marty
GPG key ID: B7538B8F50A1C800
3 changed files with 30 additions and 8 deletions

View file

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