X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0c7a77064fe596507d89d55d4ca608c7d9bba30c..1fdca1abe03795d88582ebefdc020a9dc9bf988e:/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