diff options
author | Alan Pearce | 2013-12-06 17:25:02 +0000 |
---|---|---|
committer | Alan Pearce | 2013-12-06 17:25:02 +0000 |
commit | da3a02f228071083fc953f8e4de9c211feb72ead (patch) | |
tree | 6994df3afce3ad4c85a00280e113adbda6a6fe34 /zsh | |
parent | f3542e5059d9f86e813997d97eed03c47d4ff3d4 (diff) | |
download | dotfiles-da3a02f228071083fc953f8e4de9c211feb72ead.tar.lz dotfiles-da3a02f228071083fc953f8e4de9c211feb72ead.tar.zst dotfiles-da3a02f228071083fc953f8e4de9c211feb72ead.zip |
zsh: Share history between terminal windows
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/interactive.zsh | 1 |
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 |