Starship est désormais compatible avec elvish 0.18 sans artefact

This commit is contained in:
Benjamin VAUDOUR 2022-04-18 07:59:08 +02:00
parent 3f3eb56317
commit 19045449bc
1 changed files with 2 additions and 2 deletions

4
rc.elv
View File

@ -37,8 +37,8 @@ set edit:history:binding[Ctrl-N] = $edit:history:down-or-quit~
#set edit:rprompt = { nop }
# Starship prompt: https://starship.rs/
#eval (starship init elvish)
eval (starship init elvish --print-full-init | sed 's/except/catch/' | slurp)
eval (starship init elvish)
#eval (starship init elvish --print-full-init | sed 's/except/catch/' | slurp)
# Carapace completion: https://github.com/rsteube/carapace-bin
eval (carapace _carapace|slurp)