Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
50179fd778081db95a5e316d401dad00af80ca79
/
.
/
lib
/
appearance.bash
blob: f7235118dfe148cc0dac4d739171d40013a8b255 [
file
] [
log
] [
blame
]
#!/bin/bash
# colored grep
export GREP_OPTIONS
=
'--color=auto'
export GREP_COLOR
=
'1;33'
# colored ls
export LSCOLORS
=
'Gxfxcxdxdxegedabagacad'
# Load the theme
if
[[
$BASH_THEME
]];
then
source
"$BASH/themes/$BASH_THEME/$BASH_THEME.theme.bash"
fi