Created
December 28, 2011 22:28
-
-
Save pratul/1530136 to your computer and use it in GitHub Desktop.
git information in your bash prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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