Skip to content

Instantly share code, notes, and snippets.

View dbstephenson's full-sized avatar

Dave Stephenson dbstephenson

View GitHub Profile
@dbstephenson
dbstephenson / .bashrc
Created April 10, 2012 02:29
bashrc prompt functions including git branch tools
##colour codes - stolen from https://wiki.archlinux.org/index.php/Color_Bash_Prompt
#requires 256 color terminal
#
# Reset
Color_Off='\e[0m' # Text Reset
# Regular Colors
Black='\e[0;30m' # Black
Red='\e[0;31m' # Red
Green='\e[0;32m' # Green