From 7b8e71cfb2006579a7204aaa5a58ff25bebb7d85 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 13 Jul 2010 16:39:45 +0200 Subject: Ignore immediate duplicates in shell history --- etc/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/.zshrc b/etc/.zshrc index 1b22329..3d105d6 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -31,6 +31,8 @@ setopt extended_glob unsetopt bang_hist +setopt hist_ignore_dups + setopt correct # greedy is more like dvorak than qwerty... -- cgit v1.2.3