1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-28 06:00:54 +00:00

fix(init): avoid cygpath for starship binary path (#4970)

Update mod.rs
This commit is contained in:
Swarnim Maheshwari 2023-03-11 11:54:14 +05:30 committed by GitHub
parent c8520dc9d9
commit 0ad0465a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ pub fn init_stub(shell_name: &str) -> io::Result<()> {
"ion" => print!("eval $({} init ion --print-full-init)", starship.sprint()?),
"elvish" => print!(
r#"eval ({} init elvish --print-full-init | slurp)"#,
starship.sprint_posix()?
starship.sprint()?
),
"tcsh" => print!(
r#"eval `({} init tcsh --print-full-init)`"#,