Skip to content

Instantly share code, notes, and snippets.

@batkinson
Created November 13, 2015 03:38
Show Gist options
  • Save batkinson/8a007fc2f854a8dd685d to your computer and use it in GitHub Desktop.
Save batkinson/8a007fc2f854a8dd685d to your computer and use it in GitHub Desktop.
export GIT_PS1_SHOWDIRTYSTATE=1
export GIT_PS1_SHOWSTASHSTATE=1
export GIT_PS1_SHOWUNTRACKEDFILES=1
export GIT_PS1_SHOWUPSTREAM="auto"
export GIT_PS1_SHOWCOLORHINTS=1
export PS1="\[\e]0;\w\a\]\[\e[32m\]\u@\h \[\e[33m\]\w \[\e[32m\]\$(__git_ps1)\[\e[0m\]\n\$ "
export PROMPT_COMMAND='__git_ps1 "\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]" "\\\$ "'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment