remove submodules and add autoupdate
This commit is contained in:
parent
f5c80dac5c
commit
e0489507d6
@ -41,9 +41,9 @@ function ozsh_update {
|
||||
git -C $OZSH_HOME stash pop
|
||||
|
||||
# check for updates in modules
|
||||
for d in $OZSH_MODULES
|
||||
for d in $OZSH_MODULES/*/ ;
|
||||
do
|
||||
git -C $d pull > /dev/null 2>&1
|
||||
git -C $d pull
|
||||
done
|
||||
|
||||
echo $(date) > "$OZSH_LASTUPDATE_FILE"
|
||||
|
Loading…
Reference in New Issue
Block a user