make prompt look nicer

This commit is contained in:
David Majnemer 2010-09-19 16:40:57 -05:00
parent d059ff8cb2
commit c6e8a595ab

View file

@ -18,7 +18,11 @@ case "${TERM}" in
BOLDERRORCOLOR=$'%{\e[01;38;5;9m%}'
CLOCKCOLOR=$'%{\e[01;38;5;221m%}'
JOBCOLOR=$'%{\e[38;5;30m%}'
if [ "${TERM_PROGRAM}" = "Apple_Terminal" ] ; then
BLACKCOLOR=$'%{\e[00;30m%}'
else
BLACKCOLOR=$'%{\e[38;5;232m%}'
fi
;;
dumb)
;;