Skip to content

Instantly share code, notes, and snippets.

@zbyhoo
Created January 4, 2011 09:08
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 zbyhoo/764565 to your computer and use it in GitHub Desktop.
Save zbyhoo/764565 to your computer and use it in GitHub Desktop.
PS1 containing information about current git branch.
PS1='\[\e[32m\]\w `git branch 2>/dev/null | grep -e '\''^*'\'' | sed -E '\''s/^\* (.+)$/(\1) /'\''`\n\$\[\e[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment