summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-12-06 17:25:02 +0000
committerAlan Pearce2013-12-06 17:25:02 +0000
commitda3a02f228071083fc953f8e4de9c211feb72ead (patch)
tree6994df3afce3ad4c85a00280e113adbda6a6fe34 /zsh
parentf3542e5059d9f86e813997d97eed03c47d4ff3d4 (diff)
downloaddotfiles-da3a02f228071083fc953f8e4de9c211feb72ead.tar.lz
dotfiles-da3a02f228071083fc953f8e4de9c211feb72ead.tar.zst
dotfiles-da3a02f228071083fc953f8e4de9c211feb72ead.zip
zsh: Share history between terminal windows
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/interactive.zsh1
1 files changed, 1 insertions, 0 deletions
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