diff options
Diffstat (limited to 'bin/task')
-rwxr-xr-x | bin/task/context | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context b/bin/task/context index fcba0fb..292eb00 100755 --- a/bin/task/context +++ b/bin/task/context | |||
@@ -34,7 +34,7 @@ fi | |||
34 | # The unit of time display. For example: | 34 | # The unit of time display. For example: |
35 | # If it is 900(seconds), then the minimal symbol of | 35 | # If it is 900(seconds), then the minimal symbol of |
36 | # time display is 15min | 36 | # time display is 15min |
37 | UNIT=900 | 37 | UNIT="${UNIT:-900}" |
38 | #BLOCK_CHAR= | 38 | #BLOCK_CHAR= |
39 | BLOCK_CHAR=▮ #▊◼ | 39 | BLOCK_CHAR=▮ #▊◼ |
40 | 40 | ||