Skip to content

Instantly share code, notes, and snippets.

@nook-scheel
Forked from tj/ps.sh
Created July 26, 2012 17:53
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 nook-scheel/3183493 to your computer and use it in GitHub Desktop.
Save nook-scheel/3183493 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