Auto Update

This commit is contained in:
matt1432 2023-02-04 01:34:03 -05:00
parent 2bb5c8f61e
commit fb342e66ca

View file

@ -38,7 +38,7 @@ fi
# source misc user scripts # source misc user scripts
if [ -d ~/git/dotfiles/files ] ; then if [ -d ~/git/dotfiles/files ] ; then
for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then . $f ; fi; done for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then source $f ; fi; done
fi fi
# source headscale autocompletion script # source headscale autocompletion script