Merge branch '0.12.1'
This commit is contained in:
@@ -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)> {
|
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() {
|
if base_dirs.home_dir().join(".config/fish/functions/fisher.fish").exists() {
|
||||||
terminal.print_separator("fisherman");
|
terminal.print_separator("fisherman");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user