diff --git a/rc.elv b/rc.elv index 4d1bdc2..65d54a8 100644 --- a/rc.elv +++ b/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)