Feb 172010
Set session-wide environment variables
Answer:
Create the file .pam_environment in your home directory.
# vi ~/.pam_environment
FOO=BAR
Add you key=value pairs into this file and save it.
This is the recommended way to store user's environment variables.