From c87a891fc5b4cd4a6de65ddf3a2a19df3efc756b Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Thu, 9 May 2013 22:29:12 -0700 Subject: [PATCH] zsh: removing the shared history bit of different sessions --- lib/history.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/history.zsh b/lib/history.zsh index 655945166..04db91725 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -12,4 +12,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