feat(zsh): ignore duplicates in history

This commit is contained in:
Oliver Davies 2021-12-20 16:32:11 +00:00
parent 79a2687fcf
commit 304cffa0fa

View file

@ -1,3 +1,5 @@
setopt histignoredups
setopt inc_append_history
HISTSIZE=10000