tweak(starship): improve git symbols

This commit is contained in:
Infinidoge 2022-08-16 13:25:00 -04:00
parent 720cd43a40
commit 6b7c00e6ef

View file

@ -60,16 +60,16 @@
git_status = { git_status = {
format = " $ahead_behind$all_status"; format = " $ahead_behind$all_status";
conflicted = ""; conflicted = "";
ahead = "[\${count}](green bold) "; ahead = "[\${count}](green bold) ";
behind = "[\${count}](red bold)"; behind = "[\${count}](red bold)";
diverged = "[🔀](red bold) "; diverged = "[](red bold) ";
untracked = "[📁](grey bold) "; untracked = "[](grey bold) ";
stashed = "[](grey bold) "; stashed = "[](grey bold) ";
modified = "[𝚫](yellow bold) "; modified = "[](yellow bold) ";
staged = "[](green bold) "; staged = "[](green bold) ";
renamed = "[](blue bold) "; renamed = "[](blue bold) ";
deleted = "[](red bold) "; deleted = "[](red bold) ";
style = "bold"; style = "bold";
}; };