fix(shell): move indicator next to it

This commit is contained in:
Barrett Ruth 2026-02-18 13:21:52 -05:00
parent fa6a7e0ede
commit 5d2ee3d8d3
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -232,12 +232,12 @@ in
truncate_to_repo = false; truncate_to_repo = false;
}; };
git_branch = { git_branch = {
symbol = ""; format = "[$branch]($style)";
format = "[$symbol$branch]($style) ";
style = "242"; style = "242";
}; };
git_status = { git_status = {
format = "([$all_status$ahead_behind]($style) )"; format = "[$all_status$ahead_behind]($style) ";
style = "242";
modified = "*"; modified = "*";
ahead = "^"; ahead = "^";
behind = "v"; behind = "v";