Auto Update
This commit is contained in:
parent
7730be5485
commit
652b6fd1d8
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ fi
|
||||||
|
|
||||||
# source misc user scripts
|
# source misc user scripts
|
||||||
if [ -d ~/git/dotfiles/files ] ; then
|
if [ -d ~/git/dotfiles/files ] ; then
|
||||||
(cd ~/git/dotfiles
|
for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then . ~/git/dotfiles/files/$f ; fi; done
|
||||||
for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done)
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# source headscale autocompletion script
|
# source headscale autocompletion script
|
||||||
|
|
Loading…
Reference in a new issue