Skip to content

Instantly share code, notes, and snippets.

@pratul
Created December 28, 2011 22:28
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 pratul/1530136 to your computer and use it in GitHub Desktop.
Save pratul/1530136 to your computer and use it in GitHub Desktop.
git information in your bash prompt
## 4 8 15 16 23 42
export PS1="\n\[$(tput setaf 7)\]\w\n\`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\\\\\*\ \(.+\)$/\(\\\\\\\\\1\)\/\`>: \[$(tput sgr0)\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment