From a4b4ed18ae20466f6f48722173feb36efe52cb91 Mon Sep 17 00:00:00 2001 From: Hasnae Date: Wed, 8 Jul 2026 17:02:49 +1000 Subject: [PATCH] add git branch icon and distinct green branch colour to prompt Co-Authored-By: Claude Opus 4.8 (1M context) --- cli/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/starship.toml b/cli/starship.toml index e061683..b6abda6 100644 --- a/cli/starship.toml +++ b/cli/starship.toml @@ -55,8 +55,8 @@ truncation_symbol = "⋯/" [git_branch] style = "fg:250 bg:236" -symbol = " " -format = "[ $symbol$branch ]($style)[](fg:236)" +symbol = " " +format = "[ $symbol]($style)[$branch ](fg:114 bg:236)[](fg:236)" [status] disabled = false