starship mis à jour et désormais compatible avec elvish 0.17
This commit is contained in:
parent
50cb8f4d21
commit
ce502f3fbb
4
rc.elv
4
rc.elv
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue