Auto Update

This commit is contained in:
matt1432 2023-02-04 01:39:21 -05:00
parent f6d99c4960
commit fbd3f20c24

View file

@ -37,7 +37,7 @@ if [ -d "$HOME/bin" ] ; then
fi
# source misc user scripts
if [ -d ~/git/dotfiles/sources ] ; then
if [ -d ~/git/dotfiles/source ] ; then
for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done
fi