Auto Update

This commit is contained in:
matt1432 2023-02-04 01:32:39 -05:00
parent 652b6fd1d8
commit 8fdfa215d7

View file

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