Compare commits

...

1 commit

Author SHA1 Message Date
Lucas F
33b86f9af4 update: add hist_ignore_dups 2023-10-26 13:39:40 -03:00

View file

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