diff --git a/src/unix.rs b/src/unix.rs index 5423803d..076e1850 100644 --- a/src/unix.rs +++ b/src/unix.rs @@ -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");