Skip to content

Instantly share code, notes, and snippets.

@luc3k
luc3k / gist:dc0cc049a28fab42b115
Last active August 29, 2015 14:05
Git coloring/branching stuff
##### put git branch & status in prompt
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
BLUE="\[\033[0;34m\]"
LIGHT_RED="\[\033[1;31m\]"
LIGHT_GREEN="\[\033[1;32m\]"
WHITE="\[\033[1;37m\]"
LIGHT_GRAY="\[\033[0;37m\]"