diff options
Diffstat (limited to 'zshrc.d/common')
-rw-r--r-- | zshrc.d/common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zshrc.d/common b/zshrc.d/common index 95f121b..df29337 100644 --- a/zshrc.d/common +++ b/zshrc.d/common @@ -9,7 +9,8 @@ setopt extendedglob setopt hist_ignore_dups setopt hist_expire_dups_first setopt extended_history -setopt inc_append_history +setopt inc_append_history_time +unsetopt share_history setopt promptsubst unsetopt nomatch bindkey -e |