zsh: ignore duplicates

This commit is contained in:
Grigory Shipunov 2023-01-24 15:12:42 +01:00
parent 22f3630c57
commit 3b53f3b8a9
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -84,6 +84,7 @@
export HISTFILE="$HOME/.zsh_history"
export HISTSIZE=10000000
export SAVEHIST=10000000
setopt HIST_IGNORE_ALL_DUPS
# allow comments
setopt interactivecomments