save a fork

This commit is contained in:
Dustin Kirkland 2010-06-24 14:29:34 -05:00
commit fda8b9eb55

View file

@ -68,8 +68,9 @@ if [ -h "$PROFILE" ]; then
# Set default colors
BG=W
FG=k
color=$(ls -l "$PROFILE" | sed "s/^.*\///")
case $color in
color=$(ls -l "$PROFILE")
color=${color##*/}
case "$color" in
black|dark) BG=k; FG=W;;
dark_blue) BG=b; FG=W;;
dark_cyan) BG=c; FG=W;;