Init submodules when using zprezto-update (#1713)
This commit is contained in:
parent
55eb406515
commit
1bc0da5f48
1 changed files with 1 additions and 1 deletions
2
init.zsh
2
init.zsh
|
@ -44,7 +44,7 @@ function zprezto-update {
|
|||
printf "There is an update available. Trying to pull.\n\n"
|
||||
if git pull --ff-only; then
|
||||
printf "Syncing submodules\n"
|
||||
git submodule update --recursive
|
||||
git submodule update --init --recursive
|
||||
return $?
|
||||
else
|
||||
cannot-fast-forward
|
||||
|
|
Loading…
Reference in a new issue