From bb944f85a3a3a7c93b272a761e414c0e8b97a1b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Sun, 30 Jul 2023 22:12:07 +0200 Subject: [PATCH] feat: remove duplicates only if directly before to have a timeline --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 0c27918..8465ed0 100644 --- a/.zshrc +++ b/.zshrc @@ -70,8 +70,8 @@ setopt RC_EXPAND_PARAM #setopt WARN_CREATE_GLOBAL setopt GLOB_DOTS -# remove previous entries from history -setopt HIST_IGNORE_ALL_DUPS +# Ignore a duplicate of the previous command +setopt HIST_IGNORE_DUPS # do not write lines starting with a space to history file setopt HIST_IGNORE_SPACE # Remove superfluous blanks -- 2.39.2