Created
April 7, 2015 17:42
-
-
Save ianstarz/05df6564a9a671cd77e6 to your computer and use it in GitHub Desktop.
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
# Turn on git state in command prompt | |
GIT_PS1_SHOWDIRTYSTATE=true | |
# Command prompt with "username path (git state) | " | |
export PS1='\[\033[1;37m\]\u \[\033[0m\]\w$(__git_ps1)\[\033[1;37m\] | \[\033[0m\]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment