X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1fdca1abe03795d88582ebefdc020a9dc9bf988e..0716bcc1f67f9f8caebc6788454cd4171a08414b:/zsh/lib/history.zsh?ds=inline diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index 4a16fdf..3650bb7 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,7 +1,7 @@ ## Command history configuration HISTFILE=$ZSH_DATA/histfile -HISTSIZE=10000 -SAVEHIST=10000 +HISTSIZE=100000 +SAVEHIST=100000 setopt extended_history setopt hist_expire_dups_first