Add XDG directories in .profile

This commit is contained in:
Thomas Avé 2022-08-02 17:58:09 +02:00
parent e2083b0738
commit b18dc98966
1 changed files with 5 additions and 0 deletions

5
.profile Normal file
View File

@ -0,0 +1,5 @@
export XDG_RUNTIME_DIR=/run/user/1000
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache
export XDG_DATA_HOME=$HOME/.local/share
export XDG_STATE_HOME=$HOME/.local/state