DEV Community

Discussion on: The Good (Tweak), the Bad (Mac), and the Ugly (Terminal)

Collapse
 
mathiu profile image
Mathiu • Edited

I have recently moved to mac as well but from Windows and always wandered how people get to see their git branch.

Thanks a lot!

P.S. The command under the sentence:

To load its configuration at startup, you need to add the following lines into your .bash_profile file."

should be something like this (it also pops when after installing the bash-git-promt):

if [ -f "/usr/local/opt/bash-git-prompt/share/gitprompt.sh" ]; then
  __GIT_PROMPT_DIR="/usr/local/opt/bash-git-prompt/share"
  source "/usr/local/opt/bash-git-prompt/share/gitprompt.sh"
fi