mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Set append_history
This commit is contained in:
parent
190fda824e
commit
946248bdae
|
@ -37,6 +37,10 @@ setopt PUSHD_SILENT # do not print the directory stack
|
||||||
# History Configuration #
|
# 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
|
# 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
|
# 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
|
# unique event from the list. You should be sure to set the value of HISTSIZE to a larger
|
||||||
|
|
Loading…
Reference in a new issue