Rust 2018

This commit is contained in:
Roey Darwish Dror
2018-12-09 10:30:41 +02:00
parent 5fd38bfe98
commit 365847a498
4 changed files with 9 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
use super::error::Error;
use super::executor::Executor;
use super::terminal::print_separator;
use super::utils::{which, Check};
use directories::BaseDirs;
use Error;
pub fn run_zplug(base_dirs: &BaseDirs, dry_run: bool) -> Option<(&'static str, bool)> {
if let Some(zsh) = which("zsh") {