Created
November 6, 2012 15:05
-
-
Save bjornkri/4025270 to your computer and use it in GitHub Desktop.
My git enabled bash prompt. Overrides parse_git_branch from git-completion (required)
This file contains 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
RED="\[\033[0;31m\]" | |
GREEN="\[\033[0;32m\]" | |
DEFAULT="\[\033[00m\]" | |
GIT_PS1_SHOWDIRTYSTATE=true | |
PS1="[ $GREEN\W$DEFAULT ]$RED\$(__git_ps1)$DEFAULT\$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment