From 219a5c89788a1905332d9c6eb8d651314f9dbee7 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 5 Dec 2021 00:43:00 +0100 Subject: Zsh history ignore duplicates --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 4d29724..e2d69ab 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,6 +1,7 @@ HISTFILE=$ZDOTDIR/history HISTSIZE=1000 SAVEHIST=5000 +setopt hist_ignore_all_dups unsetopt beep zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' -- cgit v1.2.3-70-g09d2