I recently started to use Zsh as my default shell. One thing that I like in git is the colors, for example, the git status and git diff used to have colors (additions in green, and deletions in red).
Now with Zsh it is all white (the default color). How can I put colors on git outputs in Zsh?
Thanks.
git config --global color.diff autogit config --global color.status auto