Add XDG environment variables

This commit is contained in:
Tom Willemse 2016-07-26 15:05:00 +02:00
parent 4744766cd0
commit fd6b7eff2b

View file

@ -4,4 +4,11 @@
PATH="${HOME}/usr/bin:${PATH}"
export PATH
## XDG:
# I keep my XDG files in the normal place, but specifying them in an
# environment variable makes things a little easier/clearer.
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_DATA_HOME="${HOME}/.local/share"
systemctl --user import-environment PATH