Fix fisher seperator
This commit is contained in:
@@ -32,12 +32,13 @@ pub fn run_fisher(base_dirs: &BaseDirs, run_type: RunType) -> Result<(), Error>
|
|||||||
.home_dir()
|
.home_dir()
|
||||||
.join(".config/fish/functions/fisher.fish")
|
.join(".config/fish/functions/fisher.fish")
|
||||||
.require()?;
|
.require()?;
|
||||||
|
|
||||||
|
print_separator("Fisher");
|
||||||
run_type
|
run_type
|
||||||
.execute(&fish)
|
.execute(&fish)
|
||||||
.args(&["-c", "fisher self-update"])
|
.args(&["-c", "fisher self-update"])
|
||||||
.check_run()?;
|
.check_run()?;
|
||||||
|
|
||||||
print_separator("Fisher");
|
|
||||||
run_type.execute(&fish).args(&["-c", "fisher"]).check_run()
|
run_type.execute(&fish).args(&["-c", "fisher"]).check_run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user