From 3e83b9c512203fe1e9c42b4e1c98470c7ec42a22 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 14 Nov 2013 23:05:07 +0900 Subject: [PATCH] clk -> now --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 062403f..1ea4e63 100755 --- a/bashrc +++ b/bashrc @@ -367,7 +367,7 @@ alias setup.py="sudo python3 setup.py install --record files.txt" randomstr(){ len=$1 test -z "$len" && len=8 - uuidgen | tr -d - | cut -c 1-$len + uuidgen | tr -d - | cut -c 1-len } datestr(){ @@ -453,7 +453,7 @@ memo(){ fi } -clk(){ +now(){ local tformat="%Y/%m/%d %H:%M:%S %z" cal REPLY=