aboutsummaryrefslogtreecommitdiff
path: root/modules/time
diff options
context:
space:
mode:
Diffstat (limited to 'modules/time')
-rw-r--r--modules/time4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/time b/modules/time
index 2551229..dfd2400 100644
--- a/modules/time
+++ b/modules/time
@@ -4,9 +4,9 @@
PREFIX=' '
-time()
+get_time()
{
echo "$PREFIX$(date '+%H:%M')"
}
-time
+get_time