Use INC_APPEND_HISTORY to prevent real-time history sharing across shells
This commit is contained in:
parent
5aa0d13688
commit
2f66e22c7f
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue