Informative git prompt for zsh showing branch and status
Informative git prompt for zsh
zsh-git-prompt$ echo 'source $(brew --prefix)/opt/zsh-git-prompt/zshrc.sh' >> ~/.zshrc$ PS1='%B%m%b:%B%~%b$(git_super_status) %# '$ cat $(brew --prefix)/opt/zsh-git-prompt/zshrc.sh