explicit recursive tag for when .gitconfig isn't loaded

This commit is contained in:
Wryn Wagner 2021-09-16 16:49:15 -06:00
parent 5b632e0475
commit 63e87dbc2d

View File

@ -23,7 +23,7 @@ SOURCE_ZSH_SUBMODULE() {
}
INIT() {
git submodule update --init --remote >/dev/null 2>&1 || {
git submodule update --init --remote --recursive >/dev/null 2>&1 || {
echo 'unable to initialize required submodules'
exit 1
}