First Commit

This commit is contained in:
Robert R Evans
2010-10-02 11:55:34 -07:00
commit 9c7cd9aa00
25 changed files with 2344 additions and 0 deletions

12
lib/appearance.bash Normal file
View File

@@ -0,0 +1,12 @@
# colored grep
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;33'
# colored ls
export LSCOLORS='Gxfxcxdxdxegedabagacad'
# Apply theming defaults
PS1="%n@%m:%~%# "
# Load the theme
source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"