Begun going down the rabbit hole of modifying zsh prompt to show relevant git information and I did manage to get the colors to change accordingly based on various statuses. That’s all well and good but I wanted to know if there’s a way to show the actual numbers. eg would be:
~workdirectory (branch-name | ^no. of files added in color green | v no. of files remove in red | <> no. of files modified in color yellow)
or something like that. I’m using vcs_info to get git info.