Cache on tmpfs - second attempt.
This commit is contained in:
parent
f4d4745bbc
commit
07ca0d53bc
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue