Auto Update

This commit is contained in:
matt1432 2023-02-03 23:08:35 -05:00
parent 9ae0d5b328
commit 9dbd6a9da5

View file

@ -9,6 +9,8 @@ shopt -s histappend
#export PROMPT_COMMAND="history -a"
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
export HISTCONTROL=erasedups
# If not running interactively, don't do anything
case $- in
*i*) ;;