Sets status fg to white by default

This commit is contained in:
Dan Kaplun
2015-01-07 03:25:56 -06:00
parent 55123388b6
commit 43dd0ae366

View File

@@ -37,7 +37,7 @@ if [ ! -n "${BULLETTRAIN_STATUS_ERROR_BG+1}" ]; then
BULLETTRAIN_STATUS_ERROR_BG=red
fi
if [ ! -n "${BULLETTRAIN_STATUS_FG+1}" ]; then
BULLETTRAIN_STATUS_FG=black
BULLETTRAIN_STATUS_FG=white
fi
# TIME