Use INC_APPEND_HISTORY to prevent real-time history sharing across shells

This commit is contained in:
GRMrGecko 2026-02-20 12:13:14 -06:00
parent 5aa0d13688
commit 2f66e22c7f

2
.zshrc
View File

@ -11,7 +11,7 @@ HISTSIZE=50000
SAVEHIST=50000
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY
setopt INC_APPEND_HISTORY
setopt HIST_IGNORE_SPACE
# Shell options.