Auto Update

This commit is contained in:
matt1432 2023-02-04 01:38:41 -05:00
parent 3bcee130f2
commit f6d99c4960

View file

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