]> git.wh0rd.org - home.git/blob - .profile.d/timezone.sh
timezone: format default date output nicer
[home.git] / .profile.d / timezone.sh
1 #export TZ=
2 unset TZ
3 if [[ $- == *i* && -n ${TZ} ]] ; then
4 echo "Timezone now set to $TZ"
5 fi
6
7 alias date='date "+%a %d %b %Y %T %Z %z"'