From 16d225868f50a60c915f3063ee43bbf5bcb8cc9c Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 21 May 2024 22:07:14 +0200 Subject: [PATCH] minor changes --- functions/tools.fish | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/functions/tools.fish b/functions/tools.fish index 5c94049..3dc81d4 100644 --- a/functions/tools.fish +++ b/functions/tools.fish @@ -3,14 +3,3 @@ function tools echo $TOOLBOX end -function fish_prompt - set -l last_status $status - set -l status_symbol (if test $last_status -eq 0 - echo -n '[󰒐 ](fg:#53e67a)' - else - echo -n '[󰒑 ](fg:#d22863)' - end) - - echo -n (set_color normal) - printf "%s%s " $status_symbol (starship prompt) -end