Disable SHARE_HISTORY, it's annoying
not really sure when/where that even got set
This commit is contained in:
parent
9cfe45a8d8
commit
fabc0bc01b
3
.zshrc
3
.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user