Skip to content

Instantly share code, notes, and snippets.

@Edderic
Created September 21, 2014 01:52
Show Gist options
  • Save Edderic/7be5d3524f13300f9c09 to your computer and use it in GitHub Desktop.
Save Edderic/7be5d3524f13300f9c09 to your computer and use it in GitHub Desktop.
Show current branch state in Git
GIT_PS1_SHOWDIRTYSTATE=true
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;33m\]\w\[\033[00m\]\[\033[01;31m\]$(__git_ps1 " {%s}")\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment