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