I installed golang
from .dmg
and it broke my zsh prompt (if I try bash it works ok). I have the following line in .bash_profile
export PS1='[\u@\h \w$(__git_ps1)]
\$ '
But when I echo my $PS1
it equals %m%#
, as well as $PROMPT
. I am sure it happened after install of go. My $THEME is empty. Macos: Sierra 10.12.6 Go: go1.10 darwin/amd64
How does this work?