Save history from this session before reloading it.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-20 20:30:22 +01:00
commit fd099e1458

View file

@ -427,6 +427,7 @@ HISTFILESIZE=1000000
HISTIGNORE="bg:bg *:fg:fg *:jobs:exit:clear:history" HISTIGNORE="bg:bg *:fg:fg *:jobs:exit:clear:history"
HISTSIZE=1000000 HISTSIZE=1000000
HISTTIMEFORMAT="%d/%m/%y %H:%M:%S " HISTTIMEFORMAT="%d/%m/%y %H:%M:%S "
history -a
history -r history -r
# The commands to execute before the prompt is displayed. # The commands to execute before the prompt is displayed.