Export the XDG env from the .zshenv file

This commit is contained in:
Rodolphe Bréard 2021-09-12 12:09:25 +02:00
parent 4284406640
commit 3509bbfa2d

View file

@ -20,3 +20,4 @@ export DEBFULLNAME="$USER_NICKNAME"
# Path # Path
[ -f ~/.setpath.sh ] && . ~/.setpath.sh [ -f ~/.setpath.sh ] && . ~/.setpath.sh
[ -f ~/.xdg_set_env.sh ] && . ~/.xdg_set_env.sh