From: Samir Benmendil Date: Sat, 1 Feb 2014 05:09:02 +0000 (+0100) Subject: zsh: put histfile in ZSH_CACHE X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/307d1123f26d1254ca8ee8be20988659909b08b4 zsh: put histfile in ZSH_CACHE --- diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index c035750..1605dea 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,5 +1,5 @@ ## Command history configuration -HISTFILE=$HOME/.histfile +HISTFILE=$ZSH_CACHE/histfile HISTSIZE=10000 SAVEHIST=10000