From aaf4057a1e9a6cc5bb229327470bc04a01e8946a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 5 Apr 2020 00:54:12 -0400 Subject: [PATCH] timezone: format default date output nicer --- .profile.d/timezone.sh | 2 ++ 1 file changed, 2 insertions(+) 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"' -- 2.39.2