Add XDG environment variables
This commit is contained in:
parent
4744766cd0
commit
fd6b7eff2b
1 changed files with 7 additions and 0 deletions
|
@ -4,4 +4,11 @@
|
||||||
PATH="${HOME}/usr/bin:${PATH}"
|
PATH="${HOME}/usr/bin:${PATH}"
|
||||||
export 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
|
systemctl --user import-environment PATH
|
||||||
|
|
Loading…
Reference in a new issue