Skip to content

Instantly share code, notes, and snippets.

@benvinegar
Created May 4, 2010 18:13
Show Gist options
  • Save benvinegar/389752 to your computer and use it in GitHub Desktop.
Save benvinegar/389752 to your computer and use it in GitHub Desktop.
# Pretty prompt
export PS1="\\w:\$(git branch 2>/dev/null | grep '^*' | colrm 1 2)\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment