Auto Update

This commit is contained in:
matt1432 2023-02-26 01:29:51 -05:00
parent 94012ff46a
commit 2dddc3ae8e

View file

@ -62,3 +62,4 @@ fi
if [ -d ~/.client ]; then
for f in ~/.client/.*; do if [[ -f $f ]]; then source $f ; fi; done
fi