From b5488311196cee1f37ca2fd4522911527696b7ed Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 15 Sep 2011 17:18:58 +0300 Subject: [PATCH] bash_exports: Added example PATH. And explaining that I don't want PYTHONPATH to be alone, what? See diff... --- bash_exports | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash_exports b/bash_exports index 60bddb06..081bf17b 100644 --- a/bash_exports +++ b/bash_exports @@ -13,3 +13,7 @@ export LC_ALL # Sets your timezone. 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. +# PATH=