diff options
Diffstat (limited to 'lib/history.zsh')
-rw-r--r-- | lib/history.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/history.zsh b/lib/history.zsh index 527c32762..ca6f57079 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -10,3 +10,7 @@ setopt hist_verify setopt inc_append_history setopt extended_history setopt hist_expire_dups_first +setopt hist_ignore_space + +setopt SHARE_HISTORY +setopt APPEND_HISTORY |