diff --git a/zsh/history b/zsh/history index d3c525b..0a253a6 100644 --- a/zsh/history +++ b/zsh/history @@ -4,6 +4,7 @@ setopt hist_ignore_space setopt hist_reduce_blanks setopt append_history setopt hist_verify +unsetopt share_history HISTSIZE=100000 SAVEHIST=100000