Set append_history

This commit is contained in:
ItsDrike 2024-03-25 23:04:55 +01:00
parent 190fda824e
commit 946248bdae
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -37,6 +37,10 @@ setopt PUSHD_SILENT # do not print the directory stack
# History Configuration #
#########################
# Append history list to history file once the session exits, rather than replacing
# the history file, erasing any past entries
setopt APPEND_HISTORY
# If the internal history needs to be trimmed to add the current command line, setting this
# option will cause the oldest history event that has a duplicate to be lost before losing a
# unique event from the list. You should be sure to set the value of HISTSIZE to a larger