Auto Update

This commit is contained in:
matt1432 2023-02-26 01:45:11 -05:00
parent 238896f4ba
commit a2d044490d

View file

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