From 09eba0e76ef0286266171e0506a2c9c472acedea Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Thu, 4 Jul 2024 20:42:03 +0300 Subject: [PATCH] [zsh] ignore repeated duplicates --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index 7414f22..868293c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,3 +8,4 @@ fi setopt appendhistory # Append history to the history file (no overwriting) setopt incappendhistory # Immediately append to the history file, not just when a term is killed +setopt histignoredups