Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
b4a85906e5887ba36f0e248c31b9dac33fe1d43f
/
.
/
lib
/
appearance.bash
blob: 4b1f568e4fc75b3a339181cebb134ca455e48ea3 [
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
source
"$BASH/themes/$BASH_THEME/$BASH_THEME.theme.bash"