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 = {