Auto Update
This commit is contained in:
parent
bb259971d8
commit
3bcee130f2
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ 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/sources ] ; then
|
||||||
# for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
for f in ~/git/dotfiles/sources/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
# source headscale autocompletion script
|
# source headscale autocompletion script
|
||||||
if [ -f ~/.autoheadscale ] ; then
|
if [ -f ~/.autoheadscale ] ; then
|
||||||
|
|
Loading…
Reference in a new issue