From fa6a7e0edec6233df64fcb3981c2be04bf6befbd Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 13:16:42 -0500 Subject: [PATCH] fix(shell): starship git symbol --- home/modules/shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index e3e936b..efe1192 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -232,7 +232,8 @@ in truncate_to_repo = false; }; git_branch = { - format = "[$branch]($style) "; + symbol = ""; + format = "[$symbol$branch]($style) "; style = "242"; }; git_status = {