diff --git a/src/steps/zsh.rs b/src/steps/zsh.rs index a7001e32..23d1b4cf 100644 --- a/src/steps/zsh.rs +++ b/src/steps/zsh.rs @@ -76,11 +76,7 @@ pub fn run_zinit(base_dirs: &BaseDirs, run_type: RunType) -> Result<()> { print_separator("zinit"); // Check whether this is a pre- or post- renaming installation - let zcommand = if zinit_exists { - "zinit" - } else { - "zplugin" - }; + let zcommand = if zinit_exists { "zinit" } else { "zplugin" }; let cmd = format!( "source {} && {} self-update && {} update --all",