fix(shell): starship git symbol

This commit is contained in:
Barrett Ruth 2026-02-18 13:16:42 -05:00
parent 050fa6629c
commit fa6a7e0ede
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -232,7 +232,8 @@ in
truncate_to_repo = false; truncate_to_repo = false;
}; };
git_branch = { git_branch = {
format = "[$branch]($style) "; symbol = "";
format = "[$symbol$branch]($style) ";
style = "242"; style = "242";
}; };
git_status = { git_status = {