feat(shell): more git status symbols

This commit is contained in:
Barrett Ruth 2026-02-18 13:25:13 -05:00
parent 5d2ee3d8d3
commit 1e66f45f14
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 6 additions and 1 deletions

View file

@ -242,6 +242,10 @@ in
ahead = "^";
behind = "v";
stashed = "=";
deleted = "-";
diverged = "^v";
conflicted = "m";
renamed = "->";
};
cmd_duration = {
min_time = 5000;