mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
share history with your zsh's on the same host
This commit is contained in:
parent
e3b9e98153
commit
93f9825b79
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ setopt hist_verify
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
setopt extended_history
|
setopt extended_history
|
||||||
setopt hist_expire_dups_first
|
setopt hist_expire_dups_first
|
||||||
|
|
||||||
|
setopt SHARE_HISTORY
|
||||||
|
setopt APPEND_HISTORY
|
||||||
|
|
Loading…
Reference in a new issue