Skip to content

Instantly share code, notes, and snippets.

@christianparpart
christianparpart / gitprompt.sh
Created December 16, 2011 10:55
git shell prompt (improved)
##### GIT 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\]"
LIGHT_BLUE="\[\033[1;34m\]"