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:
parent
84de02484f
commit
581f6eeb2e
2
.zshrc
2
.zshrc
@ -29,7 +29,7 @@ setopt CORRECT
|
|||||||
CORRECT_IGNORE="_*"
|
CORRECT_IGNORE="_*"
|
||||||
zhighlighters=(main brackets)
|
zhighlighters=(main brackets)
|
||||||
stty -ixon #disable XON/XOFF, which breaks C-s
|
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
|
# rehashes on bin change, might cause performance issues
|
||||||
zstyle ':completion:*' rehash true
|
zstyle ':completion:*' rehash true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user