Skip to content

Instantly share code, notes, and snippets.

@lectroidmarc
Created September 15, 2014 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lectroidmarc/9fcb32afa54529e64027 to your computer and use it in GitHub Desktop.
Save lectroidmarc/9fcb32afa54529e64027 to your computer and use it in GitHub Desktop.
Shows how to set up a colorized git prompt
source ~/.git-completion.bash
source ~/.git-prompt.sh
#PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
PS1='[\u@\h \W$(__git_ps1 " (\[\e[0;33m\]%s\[\e[0m\])")]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment