diff options
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 10a58366..f0a17031 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 |