Skip to content

Instantly share code, notes, and snippets.

@slacy
slacy / .bash_prompt.sh
Created June 12, 2012 22:42
git supercharged bash prompt
txtund=$(tput sgr 0 1) # Underline
txtbld=$(tput bold) # Bold
reset='\[\e[00m\]'
bold='\[\e[01m\]'
red='\[\e[31m\]'
green='\[\e[32m\]'
orange='\[\e[33m\]'
blue='\[\e[34m\]'
purple='\[\e[35m\]'