diff --git a/config/zsh/config/options.zsh b/config/zsh/config/options.zsh index 9c7bdf6..552a87a 100644 --- a/config/zsh/config/options.zsh +++ b/config/zsh/config/options.zsh @@ -3,7 +3,7 @@ HISTSIZE=1000 SAVEHIST=1000 setopt BANG_HIST setopt EXTENDED_HISTORY -setopt HIST_EXPIRE_DUPS_FIRST +# setopt HIST_EXPIRE_DUPS_FIRST # setopt HIST_IGNORE_DUPS # setopt HIST_FIND_NO_DUPS # setopt HIST_IGNORE_ALL_DUPS