From 8542426d5327b7b50b6b9480dc3cae8d322403ed Mon Sep 17 00:00:00 2001 From: aleidk Date: Sun, 16 Apr 2023 18:46:17 -0400 Subject: [PATCH] update zsh --- config/zsh/config/options.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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