From 3f77e30196685a98ccba0c41c891f723deee6b59 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Apr 2014 16:00:26 +0200 Subject: Don't store duplicate history entries --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index a158d35..2cf11dd 100644 --- a/.zshrc +++ b/.zshrc @@ -41,6 +41,7 @@ setopt CORRECT setopt EXTENDED_GLOB setopt NOTIFY setopt PROMPT_SUBST # Allow for functions in the prompt +setopt HIST_IGNORE_ALL_DUPS # Don't story any duplicate commands zstyle :compinstall filename '$HOME/.zshrc' -- cgit v1.2.3-54-g00ecf