Move all non-standard paths for apps to one file.
This commit is contained in:
parent
267b3eb878
commit
c60a4e243f
2 changed files with 5 additions and 1 deletions
4
zsh/cleanhome.zsh
Normal file
4
zsh/cleanhome.zsh
Normal file
|
@ -0,0 +1,4 @@
|
|||
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||
export XAUTHORITY="$XDG_CACHE_HOME/Xauthority"
|
||||
export LESSHISTFILE='/dev/null'
|
||||
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/repos/pass
|
Loading…
Add table
Add a link
Reference in a new issue