From 7cbe7ad13fb89ee20fe83cc347ac9c28a3147a9a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 15 Dec 2013 00:51:18 -0500 Subject: Don't add duplicates to zsh history --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index ddf1dd16..ea43a010 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 -- cgit 1.4.1