changed display for git_status in starship
This commit is contained in:
parent
a72108d49f
commit
d69a1b81fa
|
@ -50,6 +50,7 @@ in {
|
|||
format = "[+$added]($added_style)/[-$deleted]($deleted_style) ";
|
||||
};
|
||||
git_status = {
|
||||
format = "([$all_status$ahead_behind]($style) )";
|
||||
ahead = "[↑$count](bold green)";
|
||||
behind = "[↓$count](bold red)";
|
||||
diverged = "[↕↓$ahead_count↑$behind_count](red)";
|
||||
|
|
Loading…
Reference in a new issue