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