1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-01-13 05:42:35 +01:00

Added notice about timezone.

So people know this bashrc sets timezone to Helsinkis timezone.
This commit is contained in:
Mika Suomalainen 2011-08-13 13:20:49 +03:00
parent 208beedb72
commit f9019c9afd

2
bashrc
View File

@ -121,7 +121,7 @@ source ~/.bash_aliases
LC_ALL=C
export LC_ALL
# Sets correct timezone.
# Sets correct timezone. NOTICE: You will probably want to change this, unless you live in Finland.
export TZ="/usr/share/zoneinfo/Europe/Helsinki"
# GEOIP lookup, copied from the ultimate bashrc http://goo.gl/qGK5j