aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-21 10:17:22 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-21 10:17:22 +0800
commita53d42e27ddf6dc17bc0545d98d848e16575f600 (patch)
treea98bbc892c252b6670e3ddd98fd21e3398921bbe
parent2c14bcea4c65c762c4d969bc22485facf1419045 (diff)
Update
-rwxr-xr-xbin/task/context2
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
37UNIT=900 37UNIT="${UNIT:-900}"
38#BLOCK_CHAR= 38#BLOCK_CHAR=
39BLOCK_CHAR=▮ #▊◼ 39BLOCK_CHAR=▮ #▊◼
40 40