feat(zplug): print separator for zplug step

This commit is contained in:
Eric Mark Martin
2019-03-10 01:25:07 -08:00
parent 12bf4a51f9
commit 328a78f78a

View File

@@ -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)