X-Git-Url: https://git.wh0rd.org/?p=home.git;a=blobdiff_plain;f=.profile.d%2Ftimezone.sh;h=eeda99972feb788cc874c38268e576e715710024;hp=6d4387be417f541e68284193eaf3193de9a017e3;hb=aaf4057a1e9a6cc5bb229327470bc04a01e8946a;hpb=8527effd0fb9d732575d45ca886a1af5907ad564 diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh index 6d4387b..eeda999 100644 --- a/.profile.d/timezone.sh +++ b/.profile.d/timezone.sh @@ -3,3 +3,5 @@ unset TZ if [[ $- == *i* && -n ${TZ} ]] ; then echo "Timezone now set to $TZ" fi + +alias date='date "+%a %d %b %Y %T %Z %z"'