Below is what I currently have in the .bashrc file located in my home directory.
parse_git_branch() { git branch 2> /dev/null | sed -e \'/^[^*]/d\' -e \'s