Created
January 31, 2018 04:27
-
-
Save kgrubb/50ebe2ec1a8b72a14a041c5828a916f5 to your computer and use it in GitHub Desktop.
Bash Prompt
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
GIT_PS1_SHOWDIRTYSTATE=true | |
GIT_PS1_SHOWCOLORHINTS=1 | |
PS1="\[\033[0;36m\]\W\[\033[0m\]\[\033[0;32m\]\$(__git_ps1)\[\033[0m\] \$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment