[UPDATE][ZSH] Change shared history handling

This commit is contained in:
Bruno BELANYI 2020-04-06 18:39:24 +02:00
parent 270bc39397
commit 1f23954c6a

View file

@ -10,8 +10,8 @@ SAVEHIST=10000
# Allow for command substitution in PS1 to have a common prompt with bash
setopt promptsubst
# Append incrementally to the history and reload it whenever used
setopt share_history
# Append incrementally to the history
setopt append_history
# Show an error when a globbing expansion doesn't find any match
setopt nomatch
# List on ambiguous completion and Insert first match immediately