zsh: point XDG_CACHE_HOME to /tmp
This commit is contained in:
parent
9b6fcc3650
commit
de248e31c7
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user