Cache on tmpfs - second attempt.

This commit is contained in:
Bartek Stalewski 2021-07-11 00:27:10 +02:00
parent f4d4745bbc
commit 07ca0d53bc
2 changed files with 2 additions and 1 deletions

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