mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 20:00:38 +01:00
Sets status fg to white by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user