Add BG and FG variables for TIME_EXEC segment customisation

This commit is contained in:
Caio Gondim
2016-01-05 22:59:10 +01:00
parent 7c6b8bb97b
commit 4fc095d48d
2 changed files with 10 additions and 1 deletions

View File

@@ -229,6 +229,8 @@ or don't want to see. All options must be overridden in your **.zshrc** file.
|--------|-------|-------|
|`BULLETTRAIN_EXEC_TIME_SHOW`|`false`|Show/hide that segment
|`BULLETTRAIN_EXEC_TIME_ELAPSED`|5|Elapsed time of command execution
|`BULLETTRAIN_EXEC_TIME_BG`|`yellow`|Background color
|`BULLETTRAIN_EXEC_TIME_FG`|`black`|Foreground color
## Contributors