Auto Update

This commit is contained in:
matt1432 2023-02-01 01:17:56 -05:00
parent 868ef8aace
commit 1285127f91

View file

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