From: Mike Frysinger Date: Sun, 5 Apr 2020 04:54:12 +0000 (-0400) Subject: timezone: format default date output nicer X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=aaf4057a1e9a6cc5bb229327470bc04a01e8946a timezone: format default date output nicer --- 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"'