Browse Source

update: add hist_ignore_dups

master
Lucas 1 year ago
parent
commit
33b86f9af4
  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