From b181639eaf348d5c5d16d119ed09fb6b44df1a05 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 23 Sep 2011 08:12:48 +0300 Subject: [PATCH] bash_exports: removed the note about uncommenting path. --- bash_exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_exports b/bash_exports index 65d38477..9e31fd46 100644 --- a/bash_exports +++ b/bash_exports @@ -15,5 +15,5 @@ export LC_ALL #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. 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. +# 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. PATH=$PATH