]> git.wh0rd.org - home.git/blobdiff - .profile.d/timezone.sh
timezone: format default date output nicer
[home.git] / .profile.d / timezone.sh
index 6d4387be417f541e68284193eaf3193de9a017e3..eeda99972feb788cc874c38268e576e715710024 100644 (file)
@@ -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"'