fix(shell): starship git symbol
This commit is contained in:
parent
050fa6629c
commit
fa6a7e0ede
1 changed files with 2 additions and 1 deletions
|
|
@ -232,7 +232,8 @@ in
|
|||
truncate_to_repo = false;
|
||||
};
|
||||
git_branch = {
|
||||
format = "[$branch]($style) ";
|
||||
symbol = "";
|
||||
format = "[$symbol$branch]($style) ";
|
||||
style = "242";
|
||||
};
|
||||
git_status = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue