[zsh] ignore repeated duplicates

This commit is contained in:
2024-07-04 20:42:03 +03:00
parent d8763db08d
commit 09eba0e76e

View File

@@ -8,3 +8,4 @@ fi
setopt appendhistory # Append history to the history file (no overwriting)
setopt incappendhistory # Immediately append to the history file, not just when a term is killed
setopt histignoredups