starship mis à jour et désormais compatible avec elvish 0.17

This commit is contained in:
Benjamin VAUDOUR 2022-01-23 15:40:38 +00:00
parent 50cb8f4d21
commit ce502f3fbb
1 changed files with 2 additions and 2 deletions

4
rc.elv
View File

@ -23,8 +23,8 @@ set edit:insert:binding[Ctrl-H] = $edit:histlist:start~
#set edit:rprompt = { nop }
# Starship prompt: https://starship.rs/
#eval (starship init elvish)
eval (starship init elvish --print-full-init | upgrade-scripts-for-0.17 -lambda | slurp)
eval (starship init elvish)
#eval (starship init elvish --print-full-init | upgrade-scripts-for-0.17 -lambda | slurp)
# Carapace completion: https://github.com/rsteube/carapace-bin
eval (carapace _carapace|slurp)