Export the XDG env from the .zshenv file
This commit is contained in:
parent
4284406640
commit
3509bbfa2d
1 changed files with 1 additions and 0 deletions
1
.zshenv
1
.zshenv
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue