From 67d58281257aba7011b80e3b885cda77c96a713e Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sun, 5 Dec 2021 00:43:00 +0100 Subject: Zsh history ignore duplicates --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 70e4597..c9fe57c 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