home: zsh: append to history
Otherwise the file is replaced rather than appended to.
This commit is contained in:
parent
3919a87d9e
commit
d21087ddcd
|
@ -8,5 +8,7 @@ setopt autopushd pushdminus pushdsilent
|
|||
setopt rcquotes
|
||||
# Single word commands can resume an existing job
|
||||
setopt autoresume
|
||||
# Append commands to history as they are exectuted
|
||||
setopt inc_append_history_time
|
||||
# Those options aren't wanted
|
||||
unsetopt beep extendedglob notify
|
||||
|
|
Loading…
Reference in a new issue