Merge branch '0.12.1'

This commit is contained in:
Roey Darwish Dror
2018-08-26 16:57:33 +03:00

View File

@@ -28,7 +28,7 @@ pub fn run_zplug(base_dirs: &BaseDirs, terminal: &mut Terminal) -> Option<(&'sta
}
pub fn run_fisherman(base_dirs: &BaseDirs, terminal: &mut Terminal) -> Option<(&'static str, bool)> {
if let Some(fish) = which("fisherman") {
if let Some(fish) = which("fish") {
if base_dirs.home_dir().join(".config/fish/functions/fisher.fish").exists() {
terminal.print_separator("fisherman");