mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
Added notice about timezone.
So people know this bashrc sets timezone to Helsinkis timezone.
This commit is contained in:
parent
208beedb72
commit
f9019c9afd
2
bashrc
2
bashrc
@ -121,7 +121,7 @@ source ~/.bash_aliases
|
|||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
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"
|
export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||||
|
|
||||||
# GEOIP lookup, copied from the ultimate bashrc http://goo.gl/qGK5j
|
# GEOIP lookup, copied from the ultimate bashrc http://goo.gl/qGK5j
|
||||||
|
Loading…
Reference in New Issue
Block a user