Auto Update

This commit is contained in:
matt1432 2023-02-04 01:32:19 -05:00
parent 7730be5485
commit 652b6fd1d8

View file

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