starship: use readable labels for git status symbols
This commit is contained in:
@@ -26,16 +26,16 @@
|
|||||||
git_status = {
|
git_status = {
|
||||||
format = "([$all_status$ahead_behind]($style) )";
|
format = "([$all_status$ahead_behind]($style) )";
|
||||||
style = "bold #df8e1d";
|
style = "bold #df8e1d";
|
||||||
conflicted = "=$count ";
|
conflicted = "conflict:$count ";
|
||||||
ahead = "⇡$count ";
|
ahead = "ahead:$count ";
|
||||||
behind = "⇣$count ";
|
behind = "behind:$count ";
|
||||||
diverged = "⇡$ahead_count⇣$behind_count ";
|
diverged = "ahead:$ahead_count behind:$behind_count ";
|
||||||
untracked = "?$count ";
|
untracked = "new:$count ";
|
||||||
stashed = "\\$$count ";
|
stashed = "stash:$count ";
|
||||||
modified = "!$count ";
|
modified = "mod:$count ";
|
||||||
staged = "+$count ";
|
staged = "staged:$count ";
|
||||||
renamed = "»$count ";
|
renamed = "mv:$count ";
|
||||||
deleted = "✘$count ";
|
deleted = "del:$count ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user