I would like to find out my environment variables in bash. Are they stored somewhere?
I am not sure if thats what you want, but try printenv
This will show you all your environment variables.
About where they are stored
Linux: where are environment variables stored?
How to set Shell Environment Variables
http://www.codecoffee.com/tipsforlinux/articles/030.html
Happy reading :-)