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