mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 03:40:41 +01:00
Fix execution time elapsed description
This commit is contained in:
committed by
Caio Gondim
parent
ae227b2d4c
commit
da66119ef7
@@ -241,7 +241,7 @@ NOTE: You do not need to specify *end* segment - it will be added automatically.
|
||||
|Variable|Default|Meaning
|
||||
|--------|-------|-------|
|
||||
|`BULLETTRAIN_EXEC_TIME_SHOW`|`false`|Show/hide that segment
|
||||
|`BULLETTRAIN_EXEC_TIME_ELAPSED`|5|Elapsed time of command execution
|
||||
|`BULLETTRAIN_EXEC_TIME_ELAPSED`|5|Minimum elapsed time of command execution. If the execution time of a command is smaller than this, the segment will be hidden.
|
||||
|`BULLETTRAIN_EXEC_TIME_BG`|`yellow`|Background color
|
||||
|`BULLETTRAIN_EXEC_TIME_FG`|`black`|Foreground color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user