diff --git a/lib/history.zsh b/lib/history.zsh index 08ddf03c0..86cabdd9b 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -2,8 +2,8 @@ if [ -z $HISTFILE ]; then HISTFILE=$HOME/.zsh_history fi -HISTSIZE=10000 -SAVEHIST=10000 +HISTSIZE=100000 +SAVEHIST=100000 setopt append_history setopt extended_history