Auto Update

This commit is contained in:
matt1432 2023-02-01 05:13:27 -05:00
parent 783b973a00
commit 9ae0d5b328

View file

@ -6,7 +6,8 @@
HISTSIZE=5000
HISTFILESIZE=10000
shopt -s histappend
export PROMPT_COMMAND="history -a"
#export PROMPT_COMMAND="history -a"
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
# If not running interactively, don't do anything
case $- in