zshrc: Ignore dups

This commit is contained in:
Tobias Schmidl 2022-09-21 07:03:50 +02:00
parent 0ba54b1163
commit 92c9b6fba4

7
.zshrc
View file

@ -6,6 +6,13 @@ export LANGUAGE=de:en
# export ANTIGEN_LOG=$HOME/antigen.log # export ANTIGEN_LOG=$HOME/antigen.log
# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.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 source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
antigen use oh-my-zsh antigen use oh-my-zsh
antigen bundles <<EOBUNDLES antigen bundles <<EOBUNDLES