diff options
author | June McEnroe <programble@gmail.com> | 2013-12-15 00:51:18 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-12-15 00:51:18 -0500 |
commit | 0864dde7e8a30da1d921bf4f13db6d1255e32fa3 (patch) | |
tree | f30528057e6a1b3f16a5a04f84cb0053a5f54f1c | |
parent | Source zsh_command_not_found (diff) | |
download | src-0864dde7e8a30da1d921bf4f13db6d1255e32fa3.tar.gz src-0864dde7e8a30da1d921bf4f13db6d1255e32fa3.zip |
Don't add duplicates to zsh history
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index f58a1b54..2c1c32d3 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=5000 SAVEHIST=5000 setopt appendhistory autocd extendedglob nomatch notify autopushd -setopt interactive_comments prompt_subst +setopt interactive_comments prompt_subst hist_ignore_dups unsetopt beep bindkey -v |