Files
bash-it/lib/appearance.bash
2010-10-02 12:29:17 -07:00

11 lines
211 B
Bash

#!/bin/bash
# colored grep
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;33'
# colored ls
export LSCOLORS='Gxfxcxdxdxegedabagacad'
# Load the theme
source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"