From 631834f5a7f202fbb4e2108b1e38d9a46c67671a Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 30 Aug 2012 21:15:08 +0900 Subject: [PATCH] add timeformat var --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index ceb302b..cd5b139 100755 --- a/bashrc +++ b/bashrc @@ -94,6 +94,9 @@ echo ( ! with_coreutils && isdarwin ) || iswindows || _timeoption=" --time-style=long-iso" ( ! with_coreutils && isdarwin ) || _hideoption=" --hide=[A-Z]*" # do not use +_timeformat_iso="%Y-%m-%dT%H:%M:%S%z" +_timeformat_rfc2822="%a, %d %b %Y %T %z" + alias ls="ls -hCF${_coloroption}${_timeoption}" # export GREP_OPTIONS="" alias grep="grep -n${_coloroption}"