My .zshrc
looks like this:
source /Users/crmpicco/zsh-git-prompt/zshrc.sh
PROMPT="%B%n@MBP%~%b$(git_super_status) %# "
My prompt looks like this:
crmpicco@MBP/var/www/belleisle/symfony(:|✔) %
if I open a new tab in the Terminal the git branch is shown and looks like this (the branch name is "symfony-3-4-30":
crmpicco@MBP/var/www/belleisle/symfony(symfony-3-4-30|✔) %
I'm not sure what has gone wrong, perhaps a MacOS upgrade has knocked this out because it was working well for months.