diff --git a/zsh/.zshrc b/zsh/.zshrc index e1fd393..f0513ed 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -12,7 +12,6 @@ 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