Merge pull request #25 from secrettriangle/status-white-fg

Sets status fg to white by default
This commit is contained in:
Caio Gondim
2015-01-07 20:12:05 +01:00

View File

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