Auto Update
This commit is contained in:
parent
f6d99c4960
commit
fbd3f20c24
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if [ -d "$HOME/bin" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# source misc user scripts
|
# source misc user scripts
|
||||||
if [ -d ~/git/dotfiles/sources ] ; then
|
if [ -d ~/git/dotfiles/source ] ; then
|
||||||
for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue