From 913ba592a1086c774a7d7250a561bf54f1716ad6 Mon Sep 17 00:00:00 2001 From: Mike Hostetler Date: Tue, 30 Mar 2010 12:33:48 -0500 Subject: [PATCH] took out repeated value --- lib/history.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/history.zsh b/lib/history.zsh index 509be8f09..c2567c463 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -11,5 +11,4 @@ setopt inc_append_history setopt extended_history setopt hist_expire_dups_first -setopt SHARE_HISTORY setopt APPEND_HISTORY