diff --git a/.zshrc b/.zshrc index e0ab11b..f94b6b9 100644 --- a/.zshrc +++ b/.zshrc @@ -29,7 +29,8 @@ setopt CORRECT CORRECT_IGNORE="_*" zhighlighters=(main brackets) stty -ixon #disable XON/XOFF, which breaks C-s -setopt inc_append_history +unsetopt SHARE_HISTORY +setopt INC_APPEND_HISTORY # rehashes on bin change, might cause performance issues zstyle ':completion:*' rehash true