X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0c7a77064fe596507d89d55d4ca608c7d9bba30c..99abf97ed52e1f23c2aee40dec80249c5b50e4a9:/zsh/lib/history.zsh diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index 9fd3f3c..4a16fdf 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,5 +1,5 @@ ## Command history configuration -HISTFILE=$ZSH_CACHE/histfile +HISTFILE=$ZSH_DATA/histfile HISTSIZE=10000 SAVEHIST=10000