bash-it/lib/appearance.bash

10 lines
196 B
Bash

#!/usr/bin/env bash
# colored ls
export LSCOLORS='Gxfxcxdxdxegedabagacad'
# Load the theme
if [[ $BASH_IT_THEME ]]; then
source "$BASH_IT/themes/$BASH_IT_THEME/$BASH_IT_THEME.theme.bash"
fi