mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-12 18:01:23 +00:00
fix(init): Quote path for elvish init (#2294)
Fixes starship/starship#2293
This commit is contained in:
parent
cdb999447a
commit
4813763c35
@ -168,7 +168,7 @@ fi"#,
|
||||
}
|
||||
Some("elvish") => {
|
||||
let script = format!(
|
||||
"eval ({} init elvish --print-full-init | slurp)",
|
||||
"eval (\"{}\" init elvish --print-full-init | slurp)",
|
||||
starship.sprint_posix()?
|
||||
);
|
||||
Some(script)
|
||||
|
Loading…
Reference in New Issue
Block a user