Add zplugin to zsh steps (#265)

This commit is contained in:
Kyle Copperfield
2019-12-01 06:40:23 +00:00
committed by Roey Darwish Dror
parent 68a9c1c7cb
commit ccc09a6ee9
2 changed files with 24 additions and 0 deletions

View File

@@ -314,6 +314,12 @@ fn run() -> Result<(), Error> {
|| zsh::run_zplug(&base_dirs, run_type),
config.no_retry(),
)?;
execute(
&mut report,
"zplugin",
|| zsh::run_zplugin(&base_dirs, run_type),
config.no_retry(),
)?;
execute(
&mut report,
"oh-my-zsh",