X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/03fb5e5494d7eed5df717e733c957e5bd1cdb69c..3d23d16c731ee8c3e9ffe678a964032e9f6023c5:/zsh/lib/history.zsh 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