diff options
author | Mike Hostetler <mike@squarepegsystems.com> | 2010-03-31 01:31:41 +0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-05-08 04:23:50 +0800 |
commit | 93f9825b79f7dc577d8891f0264fbdc484be80b0 (patch) | |
tree | aff3c3ddeb10e07d54320d9679749be9da947a00 /lib/history.zsh | |
parent | e3b9e981538d2bbb9a3c3934419162d1c2a6046e (diff) | |
download | zsh-93f9825b79f7dc577d8891f0264fbdc484be80b0.tar.gz zsh-93f9825b79f7dc577d8891f0264fbdc484be80b0.tar.bz2 zsh-93f9825b79f7dc577d8891f0264fbdc484be80b0.zip |
share history with your zsh's on the same host
Diffstat (limited to 'lib/history.zsh')
-rw-r--r-- | lib/history.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/history.zsh b/lib/history.zsh index 527c32762..509be8f09 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -10,3 +10,6 @@ setopt hist_verify setopt inc_append_history setopt extended_history setopt hist_expire_dups_first + +setopt SHARE_HISTORY +setopt APPEND_HISTORY |