From 5d2ee3d8d33c2c3360fb26628dcc0dbbe5ae433d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 13:21:52 -0500 Subject: [PATCH] fix(shell): move indicator next to it --- home/modules/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index efe1192..5482207 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -232,12 +232,12 @@ in truncate_to_repo = false; }; git_branch = { - symbol = ""; - format = "[$symbol$branch]($style) "; + format = "[$branch]($style)"; style = "242"; }; git_status = { - format = "([$all_status$ahead_behind]($style) )"; + format = "[$all_status$ahead_behind]($style) "; + style = "242"; modified = "*"; ahead = "^"; behind = "v";