fix(shell): move indicator next to it
This commit is contained in:
parent
fa6a7e0ede
commit
5d2ee3d8d3
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue