I would like a zsh plugin to show me which git repositories have changes to be pushed based on the color of the root directory.
Ex://
Code
\Project1
\Project2
I would like Project1 and Project2 to be colored based on their git status when you run ls from the Code directory.
How can I make that happen?