We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920e5bf commit 8e8923fCopy full SHA for 8e8923f
profile
@@ -53,6 +53,9 @@ export HISTIGNORE="&:[bf]g:exit"
53
# Timezone variable $TZ, Wine and stuff alike need it.
54
export TZ="$(readlink /etc/localtime | sed 's/^\.\.//g' | sed "s/\/usr\/share\/zoneinfo\///")"
55
56
+# And sync this setting onto /etc/timezone for weird stuff like indicator-datetime.
57
+echo $TZ > /etc/timezone
58
+
59
for script in /etc/profile.d/*.sh ; do
60
[ -r $script ] && . $script
61
done
0 commit comments