Auto Update

This commit is contained in:
matt1432 2023-02-04 01:31:11 -05:00
parent 7d9b0012c2
commit 7730be5485

View file

@ -37,9 +37,10 @@ if [ -d "$HOME/bin" ] ; then
fi
# source misc user scripts
#if [ -d ~/git/dotfiles/files ] ; then
# . ~/git/dotfiles/files/.*
#fi
if [ -d ~/git/dotfiles/files ] ; then
(cd ~/git/dotfiles
for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done)
fi
# source headscale autocompletion script
if [ -f ~/.autoheadscale ] ; then