diff --git a/rc.elv b/rc.elv index f99d5eb..9c445b0 100644 --- a/rc.elv +++ b/rc.elv @@ -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)