mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
fix(elvish): do not use cygpath for elvish
This commit is contained in:
parent
9e72ef0a58
commit
7c6ee340d8
@ -215,7 +215,7 @@ pub fn init_main(shell_name: &str) -> io::Result<()> {
|
||||
"fish" => print_script(FISH_INIT, &starship_path.sprint_posix()?),
|
||||
"powershell" => print_script(PWSH_INIT, &starship_path.sprint_pwsh()?),
|
||||
"ion" => print_script(ION_INIT, &starship_path.sprint()?),
|
||||
"elvish" => print_script(ELVISH_INIT, &starship_path.sprint_posix()?),
|
||||
"elvish" => print_script(ELVISH_INIT, &starship_path.sprint()?),
|
||||
"tcsh" => print_script(TCSH_INIT, &starship_path.sprint_posix()?),
|
||||
"xonsh" => print_script(XONSH_INIT, &starship_path.sprint_posix()?),
|
||||
_ => {
|
||||
|
Loading…
Reference in New Issue
Block a user