Moving .cache to /tmp.
This commit is contained in:
parent
bc2e417b7d
commit
b9759cbab2
1 changed files with 1 additions and 0 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