bash_exports: Added example PATH.

And explaining that I don't want PYTHONPATH to be alone, what? See diff...
This commit is contained in:
Mika Suomalainen 2011-09-15 17:18:58 +03:00
parent a646fb105c
commit b548831119
1 changed files with 4 additions and 0 deletions

View File

@ -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 :</path/to/new/path> 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=