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