Skip to content

Instantly share code, notes, and snippets.

@tsipinio
Forked from bak1an/gist:3169858
Created June 18, 2014 19:01
Show Gist options
  • Save tsipinio/a473c42ddaacf6b53e30 to your computer and use it in GitHub Desktop.
Save tsipinio/a473c42ddaacf6b53e30 to your computer and use it in GitHub Desktop.
# put git-completion.bash and git-prompt.sh from contrib/completion to SOMEDIR
for f in $SOMEDIR/*; do source $f; done
GIT_PS1_SHOWDIRTYSTATE=true
export PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w\[\033[31m\]$(__git_ps1)\[\033[00m\]\[\033[01;34m\] \$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment