update: add hist_ignore_dups

This commit is contained in:
Lucas F 2023-10-26 13:39:40 -03:00
parent 8d274460ff
commit 33b86f9af4

View file

@ -19,6 +19,8 @@ setopt list_packed
setopt list_types setopt list_types
setopt nomatch setopt nomatch
setopt share_history setopt share_history
setopt hist_ignore_dups
setopt hist_ignore_all_dups
zmodload -i zsh/complist zmodload -i zsh/complist