blob: 69ca55e6fd7d6530cfeb65892e80ddc431dd1f16 [file] [log] [blame]
Robert R Evans76ed68d2010-10-02 12:29:17 -07001#!/bin/bash
2
Robert R Evans9c7cd9a2010-10-02 11:55:34 -07003# colored grep
4export GREP_OPTIONS='--color=auto'
5export GREP_COLOR='1;33'
6
7# colored ls
8export LSCOLORS='Gxfxcxdxdxegedabagacad'
9
Robert R Evans9c7cd9a2010-10-02 11:55:34 -070010# Load the theme
11source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"