Use INC_APPEND_HISTORY, which I thought I was already using

I guess something else must have been setting this, which has now
changed? idk, whatever, it works now
This commit is contained in:
Adam Goldsmith 2019-01-15 21:38:56 -05:00
parent 84de02484f
commit 581f6eeb2e
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

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