From 92c9b6fba44ebfb16b19bc6fe2771225b1d3d70d Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Wed, 21 Sep 2022 07:03:50 +0200 Subject: [PATCH] zshrc: Ignore dups --- .zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zshrc b/.zshrc index 6487251..f8bb787 100644 --- a/.zshrc +++ b/.zshrc @@ -6,6 +6,13 @@ export LANGUAGE=de:en # export ANTIGEN_LOG=$HOME/antigen.log # export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log +setopt HIST_EXPIRE_DUPS_FIRST +setopt HIST_IGNORE_DUPS +setopt HIST_IGNORE_ALL_DUPS +setopt HIST_IGNORE_SPACE +setopt HIST_FIND_NO_DUPS +setopt HIST_SAVE_NO_DUPS + source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh antigen use oh-my-zsh antigen bundles <