Skip to content

Instantly share code, notes, and snippets.

@pkorpine
Created February 5, 2015 14:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkorpine/db6bb7bc1a2efc847573 to your computer and use it in GitHub Desktop.
Save pkorpine/db6bb7bc1a2efc847573 to your computer and use it in GitHub Desktop.
Git repo status to bash prompt
# Git prompt
GIT_PS1_SHOWUPSTREAM="auto"
GIT_PS1_SHOWCOLORHINTS="yes"
GIT_PS1_SHOWDIRTYSTATE="yes"
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w $(__git_ps1 "\[\033[01;35m\]%s\[\033[34m\]")\$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment