Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
c1d3117ad1dcf4f0a13ce521c5e1c5835deeca06
/
.
/
lib
/
appearance.bash
blob: 69ca55e6fd7d6530cfeb65892e80ddc431dd1f16 [
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.bash"