Skip to content

Instantly share code, notes, and snippets.

@kgrubb
Created January 31, 2018 04:27
Show Gist options
  • Save kgrubb/50ebe2ec1a8b72a14a041c5828a916f5 to your computer and use it in GitHub Desktop.
Save kgrubb/50ebe2ec1a8b72a14a041c5828a916f5 to your computer and use it in GitHub Desktop.
Bash Prompt
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