From da3a02f228071083fc953f8e4de9c211feb72ead Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 6 Dec 2013 17:25:02 +0000 Subject: zsh: Share history between terminal windows --- zsh/interactive.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index 10a5836..f0a1703 100755 --- a/zsh/interactive.zsh +++ b/zsh/interactive.zsh @@ -155,6 +155,7 @@ setopt hist_find_no_dups setopt hist_ignore_space setopt hist_reduce_blanks setopt hist_verify +setopt share_history setopt inc_append_history # Input/Output -- cgit 1.4.1