From 83ecaf4154fa54fc62c486d84a1ee1c03be804f7 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Thu, 14 Mar 2013 18:36:26 +0000 Subject: [PATCH] turning off history setting --- lib/history.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/history.zsh b/lib/history.zsh index 876936b87..d86204983 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -10,4 +10,4 @@ setopt hist_ignore_dups # ignore duplication command history list setopt hist_ignore_space setopt hist_verify setopt inc_append_history -setopt share_history # share command history data +#setopt share_history # share command history data