1
0
Fork 0

zsh: point XDG_CACHE_HOME to /tmp

This commit is contained in:
tastytea 2024-03-12 22:39:43 +01:00
parent 9b6fcc3650
commit de248e31c7
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ function() # Keep local variables in here.
############################## Paths ###########################################
export XDG_CACHE_HOME="/tmp/${USER}/.cache"
path=(${HOME}/.local/bin ${path} ${HOME}/bin ${HOME}/.local/opt/bin)
path=(${(u)path})
export HISTFILE="${ZDOTDIR}/.zsh_history"