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