Skip to content

Instantly share code, notes, and snippets.

@fmalamitsas
Created September 24, 2009 16:22
Show Gist options
  • Save fmalamitsas/192830 to your computer and use it in GitHub Desktop.
Save fmalamitsas/192830 to your computer and use it in GitHub Desktop.
export PS1='\u@\W $(git branch &>/dev/null; if [ $? -eq 0 ]; then \
echo "[\[\033[00m\]$(git branch | grep ^*|sed s/\*\ //)] "; fi)\$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment