Skip to content

Instantly share code, notes, and snippets.

@benvinegar
Created May 4, 2010 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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