From aff4c5e697ceaae3c03e0372c0a050330790409b Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 14 Aug 2011 13:29:07 +0300 Subject: [PATCH] Added notice about timezone in bashrc. It will now bug the user everytime when he/she starts bash. See line 3 in bashrc. --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 060ac06a..0b0e2293 100644 --- a/bashrc +++ b/bashrc @@ -1,5 +1,6 @@ # This is ~/.bashrc file by Mika Suomalainen (Mkaysi) # This file also contains the default things. +echo "You must comment line 3 in your bashrc and set correct timezone in line 126 (in case you don't live in Finland!" # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)