Robert R Evans | 9c7cd9a | 2010-10-02 11:55:34 -0700 | [diff] [blame] | 1 | # colored grep |
2 | export GREP_OPTIONS='--color=auto' | ||||
3 | export GREP_COLOR='1;33' | ||||
4 | |||||
5 | # colored ls | ||||
6 | export LSCOLORS='Gxfxcxdxdxegedabagacad' | ||||
7 | |||||
8 | # Apply theming defaults | ||||
9 | PS1="%n@%m:%~%# " | ||||
10 | |||||
11 | # Load the theme | ||||
12 | source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash" |