diff --git a/lib/history.zsh b/lib/history.zsh index 2bfed11d9..f41aeb553 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -4,6 +4,8 @@ if [ -z $HISTFILE ]; then fi HISTSIZE=200000 SAVEHIST=2000000 +INC_APPEND_HISTORY=1 +HIST_IGNORE_DUPS=1 setopt append_history setopt extended_history