From 3c11cc41c1bc95743dbae7a2c39fcbf8b5277242 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 19 Sep 2011 15:27:27 +0300 Subject: [PATCH] bash_exports: Commented setting of timezone. Let bash use system timezone and leave commented option for timezone. --- bash_exports | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_exports b/bash_exports index e2778a07..746583b3 100644 --- a/bash_exports +++ b/bash_exports @@ -11,8 +11,8 @@ export EDITOR=nano LC_ALL=C export LC_ALL -# Sets your timezone. -export TZ="/usr/share/zoneinfo/Europe/Helsinki" +# Sets your timezone. Set in format , or just timezone like UTC. +#export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. To add this, run "echo $PATH" in terminal and copy-paste the result below. To add another path, add : to string below. # Remember to uncomment it if you use it ;) Yes, I know that this isn't exporting, but I don't want PYTHONPATH to be alone here and PATH matches with nature of this file.