From ce502f3fbb8807d7af93b9ec2997840a8312ecf1 Mon Sep 17 00:00:00 2001 From: Benjamin VAUDOUR Date: Sun, 23 Jan 2022 15:40:38 +0000 Subject: [PATCH] =?UTF-8?q?starship=20mis=20=C3=A0=20jour=20et=20d=C3=A9so?= =?UTF-8?q?rmais=20compatible=20avec=20elvish=200.17?= 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 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)