diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 33a828b..8dd46ea 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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"