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