Auto Update

This commit is contained in:
matt1432 2023-01-23 15:04:15 -05:00
parent da8b8ea7d4
commit 8de1bec3e4

View file

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