Auto Update

This commit is contained in:
matt1432 2023-01-23 08:45:00 -05:00
parent 55e148f100
commit d9048be550

View file

@ -71,3 +71,7 @@ if [ -f ~/.PS1 ] ; then
else
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
fi
if [ -f ~/colors.sh ] ; then
. ~/colors.sh
fi