From da66119ef7d83d004b9602750e3ec3051b6eace9 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei Date: Mon, 3 Oct 2016 11:30:47 +0300 Subject: [PATCH] Fix execution time elapsed description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebaa95..87d71e5 100644 --- a/README.md +++ b/README.md @@ -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