feat(shell): more git status symbols
This commit is contained in:
parent
5d2ee3d8d3
commit
1e66f45f14
3 changed files with 6 additions and 1 deletions
|
|
@ -242,6 +242,10 @@ in
|
|||
ahead = "^";
|
||||
behind = "v";
|
||||
stashed = "=";
|
||||
deleted = "-";
|
||||
diverged = "^v";
|
||||
conflicted = "m";
|
||||
renamed = "->";
|
||||
};
|
||||
cmd_duration = {
|
||||
min_time = 5000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue