Starship est désormais compatible avec elvish 0.18 sans artefact
This commit is contained in:
parent
3f3eb56317
commit
19045449bc
4
rc.elv
4
rc.elv
|
@ -37,8 +37,8 @@ set edit:history:binding[Ctrl-N] = $edit:history:down-or-quit~
|
||||||
#set edit:rprompt = { nop }
|
#set edit:rprompt = { nop }
|
||||||
|
|
||||||
# Starship prompt : https://starship.rs/
|
# Starship prompt : https://starship.rs/
|
||||||
#eval (starship init elvish)
|
eval (starship init elvish)
|
||||||
eval (starship init elvish --print-full-init | sed 's/except/catch/' | slurp)
|
#eval (starship init elvish --print-full-init | sed 's/except/catch/' | slurp)
|
||||||
|
|
||||||
# Carapace completion : https://github.com/rsteube/carapace-bin
|
# Carapace completion : https://github.com/rsteube/carapace-bin
|
||||||
eval (carapace _carapace|slurp)
|
eval (carapace _carapace|slurp)
|
||||||
|
|
Loading…
Reference in New Issue