From 06a2dfd5628ef1bdc09ff13f589728f9ca9e1056 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 28 Dec 2012 23:41:14 +0900 Subject: [PATCH] show cal in func clock --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index ba117dc..e5bfa6b 100755 --- a/bashrc +++ b/bashrc @@ -252,6 +252,7 @@ clock(){ ( local tformat="%Y/%m/%d %H:%M:%S %z" local t= + cal while true do t="`date "+${tformat}"`"