Move XDG specification to .profile, get called (manually) by zshrc and automatically by bash.
This commit is contained in:
parent
fa1db16f74
commit
b9ceee0ed3
2 changed files with 9 additions and 1 deletions
4
.profile
Normal file
4
.profile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export XDG_CONFIG_DIR="$HOME/.config"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue