Skip to content

Instantly share code, notes, and snippets.

@arkadyan
arkadyan / git_prompt.sh
Created September 14, 2011 22:00 — forked from matthewmccullough/gist:47267
Show Git dirty status in your Unix bash prompt. Shows the current user and host, and uses '$' for the prompt delimiter.
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\]"
COLOR_NONE="\[\e[0m\]"