[UPDATE][ZSH] Change shared history handling
This commit is contained in:
parent
270bc39397
commit
1f23954c6a
|
@ -10,8 +10,8 @@ SAVEHIST=10000
|
||||||
|
|
||||||
# Allow for command substitution in PS1 to have a common prompt with bash
|
# Allow for command substitution in PS1 to have a common prompt with bash
|
||||||
setopt promptsubst
|
setopt promptsubst
|
||||||
# Append incrementally to the history and reload it whenever used
|
# Append incrementally to the history
|
||||||
setopt share_history
|
setopt append_history
|
||||||
# Show an error when a globbing expansion doesn't find any match
|
# Show an error when a globbing expansion doesn't find any match
|
||||||
setopt nomatch
|
setopt nomatch
|
||||||
# List on ambiguous completion and Insert first match immediately
|
# List on ambiguous completion and Insert first match immediately
|
||||||
|
|
Loading…
Reference in a new issue