From 19045449bcab7c4b607b62efea3f47814e948af6 Mon Sep 17 00:00:00 2001 From: Benjamin VAUDOUR Date: Mon, 18 Apr 2022 07:59:08 +0200 Subject: [PATCH] =?UTF-8?q?Starship=20est=20d=C3=A9sormais=20compatible=20?= =?UTF-8?q?avec=20elvish=200.18=20sans=20artefact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc.elv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)