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;
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue