Auto Update

This commit is contained in:
matt1432 2023-02-04 01:32:58 -05:00
parent 8fdfa215d7
commit 2bb5c8f61e

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 . ./$f ; fi; done
for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then . $f ; fi; done
fi
# source headscale autocompletion script