blob: cde1af9c71f085e51f5168e17a2897f016153ca2 [file] [log] [blame]
# 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"