zsh: ignore duplicates
This commit is contained in:
parent
22f3630c57
commit
3b53f3b8a9
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
||||||
export HISTFILE="$HOME/.zsh_history"
|
export HISTFILE="$HOME/.zsh_history"
|
||||||
export HISTSIZE=10000000
|
export HISTSIZE=10000000
|
||||||
export SAVEHIST=10000000
|
export SAVEHIST=10000000
|
||||||
|
setopt HIST_IGNORE_ALL_DUPS
|
||||||
# allow comments
|
# allow comments
|
||||||
setopt interactivecomments
|
setopt interactivecomments
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue