From fabc0bc01b5a3111da40146b4826d6c152ae6d7c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 17 Jun 2019 22:54:15 -0400 Subject: [PATCH] Disable SHARE_HISTORY, it's annoying not really sure when/where that even got set --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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