Browse Source

Init submodules when using zprezto-update (#1713)

master
Wouter Overmeire 5 years ago committed by Kaleb Elwert
parent
commit
844427e3ac
  1. 2
      init.zsh

2
init.zsh

@ -44,7 +44,7 @@ function zprezto-update { @@ -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…
Cancel
Save