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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue