From 75f364d969cd53e54c8a1554111fcfeb4222b788 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 28 Nov 2024 16:55:48 +0100 Subject: [PATCH] fixed starship issues --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index c4c7dde..d57a5e4 100644 --- a/starship.toml +++ b/starship.toml @@ -69,7 +69,7 @@ format = '[ $symbol $branch ]($style)' [git_status] style = "bg:#5018dd" -format = '[$all_status$ahead_behind ]($style)' +format = '[ $all_status $ahead_behind ]($style)' [golang] symbol = " "