Compare commits

...

1 Commits

Author SHA1 Message Date
Lucas 33b86f9af4 update: add hist_ignore_dups 1 year ago
  1. 2
      zsh-basics.plugin.zsh

2
zsh-basics.plugin.zsh

@ -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

Loading…
Cancel
Save