I want to have my command prompt to not display my username, but to show what git branch I am currently in. In other words, this is what I want:
[master]$ ls
README INSTAL whatever.py
[master]$ git checkout other-branch
[other-branch]$
Is there a way to have the prompt customized that much?