X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e222be64adcc1eca53ee7c86d6f6f556413b7916..307d1123f26d1254ca8ee8be20988659909b08b4:/zsh/lib/history.zsh?ds=sidebyside 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