Moving .cache to /tmp.

This commit is contained in:
Bartek Stalewski 2021-06-24 16:33:43 +02:00
parent bc2e417b7d
commit b9759cbab2

View File

@ -12,6 +12,7 @@ setopt SHARE_HISTORY
export LESSHISTFILE='/dev/null'
[ ! -L ~/.cache ] && { rm -rf ~/.cache; ln -sf $XDG_CACHE_HOME ~/.cache ; }
mkdir -p $XDG_DATA_HOME/zsh
mkdir -p $XDG_CACHE_HOME/zsh
zstyle ':completion:*' menu select