Improve bash history, add persistent history file

This commit is contained in:
2025-04-05 16:37:09 -04:00
committed by Andrew R. M.
parent fd08d4ed13
commit 44cf82a669
2 changed files with 25 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ export HISTSIZE=-1
#{- SHELL OPTIONS -}#
# Append history to $HISTFILE when bash exits, instead of overwriting it
shopt -s histappend
#shopt -s histappend
# Attempt to preserve multi-line commands in history with embedded newlines
shopt -s cmdhist lithist