Disable SHARE_HISTORY, it's annoying

not really sure when/where that even got set
This commit is contained in:
Adam Goldsmith 2019-06-17 22:54:15 -04:00
parent 9cfe45a8d8
commit fabc0bc01b
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

@ -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