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