bash_exports: removed the note about uncommenting path.

This commit is contained in:
Mika Suomalainen 2011-09-23 08:12:48 +03:00
parent d438114dc0
commit b181639eaf
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ export LC_ALL
#export TZ="/usr/share/zoneinfo/Europe/Helsinki" #export TZ="/usr/share/zoneinfo/Europe/Helsinki"
# Sets PATH. To add another path, add :</path/to/new/path> to string below. # Sets PATH. 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. # 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 PATH=$PATH