Skip to content

Instantly share code, notes, and snippets.

View jbutton's full-sized avatar

JButton jbutton

View GitHub Profile
@jbutton
jbutton / .bashrc
Created March 30, 2014 15:11
Ubuntu terminal command prompt .bashrc configuration with colors and git integration
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# Reset
Color_Off="\[\033[0m\]" # Text Reset
# Regular Colors
Black="\[\033[0;30m\]" # Black
Red="\[\033[0;31m\]" # Red
Green="\[\033[0;32m\]" # Green