Use INC_APPEND_HISTORY to prevent real-time history sharing across shells
This commit is contained in:
parent
5aa0d13688
commit
2f66e22c7f
2
.zshrc
2
.zshrc
@ -11,7 +11,7 @@ HISTSIZE=50000
|
|||||||
SAVEHIST=50000
|
SAVEHIST=50000
|
||||||
setopt HIST_IGNORE_ALL_DUPS
|
setopt HIST_IGNORE_ALL_DUPS
|
||||||
setopt HIST_REDUCE_BLANKS
|
setopt HIST_REDUCE_BLANKS
|
||||||
setopt SHARE_HISTORY
|
setopt INC_APPEND_HISTORY
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
|
|
||||||
# Shell options.
|
# Shell options.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user