Auto Update

This commit is contained in:
matt1432 2023-02-16 08:55:41 -05:00
parent b6aa53a8a4
commit bd94904ca2

View file

@ -41,11 +41,6 @@ if [ -d ~/git/dotfiles/source ]; then
for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done
fi
# source headscale autocompletion script
if [ -f ~/.autoheadscale ]; then
. ~/.autoheadscale
fi
# set prompt colors and style
if [ -f ~/.PS1 ]; then
source ~/.PS1