]> git.wh0rd.org - home.git/blame - .profile.d/timezone.sh
crostini-vapier-setup: helper for setting up new installs
[home.git] / .profile.d / timezone.sh
CommitLineData
31f603e2
MF
1#export TZ=
2unset TZ
3if [[ $- == *i* && -n ${TZ} ]] ; then
4 echo "Timezone now set to $TZ"
5fi