Skip to content

Instantly share code, notes, and snippets.

@lmr3796
Created March 23, 2016 07:33
Show Gist options
  • Save lmr3796/35055bbd377b9c63b682 to your computer and use it in GitHub Desktop.
Save lmr3796/35055bbd377b9c63b682 to your computer and use it in GitHub Desktop.
To show some branch info
export EDITOR=vim
source $HOME/.git-prompt.sh
export GIT_PS1_SHOWDIRTYSTATE=1
export GIT_PS1_SHOWUPSTREAM="auto"
export GIT_PS1_SHOWCOLORHINTS="auto"
export GIT_PS1_SHOWSTASHSTATE="true"
export PS1=$PS1'\[\033[1;37m\]\w\[\033[0;33m\]$(__git_ps1 " (%s)") \[\033[0;37m\]\$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment