From 33b86f9af41e839eaae11623cb5e2ec35c63fc6a Mon Sep 17 00:00:00 2001 From: Lucas F Date: Thu, 26 Oct 2023 13:39:40 -0300 Subject: [PATCH] update: add hist_ignore_dups --- zsh-basics.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh-basics.plugin.zsh b/zsh-basics.plugin.zsh index e85d870..63cac6c 100644 --- a/zsh-basics.plugin.zsh +++ b/zsh-basics.plugin.zsh @@ -19,6 +19,8 @@ setopt list_packed setopt list_types setopt nomatch setopt share_history +setopt hist_ignore_dups +setopt hist_ignore_all_dups zmodload -i zsh/complist