feat(zplug): print separator for zplug step
This commit is contained in:
@@ -9,6 +9,7 @@ use std::process::Command;
|
||||
|
||||
pub fn run_zplug(base_dirs: &BaseDirs, run_type: RunType) -> Result<(), Error> {
|
||||
let zsh = require("zsh")?;
|
||||
print_separator("zplug");
|
||||
|
||||
env::var("ZPLUG_HOME")
|
||||
.map(PathBuf::from)
|
||||
|
||||
Reference in New Issue
Block a user