X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/03fb5e5494d7eed5df717e733c957e5bd1cdb69c..f25da6e7e7c09d7c5407a3fe6d2d3a7cdb0c695c:/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