mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
Merge pull request #25 from secrettriangle/status-white-fg
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user