Skip to content

Instantly share code, notes, and snippets.

@tj
Created February 8, 2012 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tj/1770871 to your computer and use it in GitHub Desktop.
Save tj/1770871 to your computer and use it in GitHub Desktop.
function git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\ \(\1\)/'
}
PS1=" λ \W\$(git_branch): "
PS2=" | "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment