Created
November 13, 2015 03:38
-
-
Save batkinson/8a007fc2f854a8dd685d to your computer and use it in GitHub Desktop.
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
export GIT_PS1_SHOWDIRTYSTATE=1 | |
export GIT_PS1_SHOWSTASHSTATE=1 | |
export GIT_PS1_SHOWUNTRACKEDFILES=1 | |
export GIT_PS1_SHOWUPSTREAM="auto" | |
export GIT_PS1_SHOWCOLORHINTS=1 | |
export PS1="\[\e]0;\w\a\]\[\e[32m\]\u@\h \[\e[33m\]\w \[\e[32m\]\$(__git_ps1)\[\e[0m\]\n\$ " | |
export PROMPT_COMMAND='__git_ps1 "\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]" "\\\$ "' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment