Add zplugin to zsh steps (#265)
This commit is contained in:
committed by
Roey Darwish Dror
parent
68a9c1c7cb
commit
ccc09a6ee9
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user