feat(zsh): ignore duplicates in history
This commit is contained in:
parent
79a2687fcf
commit
304cffa0fa
|
@ -1,3 +1,5 @@
|
||||||
|
setopt histignoredups
|
||||||
|
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
|
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
|
|
Loading…
Reference in a new issue