Auto Update

This commit is contained in:
matt1432 2023-01-23 15:09:01 -05:00
parent 350db02876
commit b26c1378c2

View file

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