From 874335144d709eaead1fc23f80ecf1286083eee4 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 7 Jul 2021 14:38:48 +0200 Subject: [PATCH] I don't want cache on tmpfs. --- zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) 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