X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0c7a77064fe596507d89d55d4ca608c7d9bba30c..cf75e935fef989adf6958d77d1cf69ee4bbec57b:/zsh/lib/history.zsh diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index 9fd3f3c..3650bb7 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,7 +1,7 @@ ## Command history configuration -HISTFILE=$ZSH_CACHE/histfile -HISTSIZE=10000 -SAVEHIST=10000 +HISTFILE=$ZSH_DATA/histfile +HISTSIZE=100000 +SAVEHIST=100000 setopt extended_history setopt hist_expire_dups_first