If I type into a terminal,
export DISPLAY=:0.0
... where is the shell storing that environment variable?
I\'m using Ubuntu 8.10. I\
That variable isn't stored in some script. It's simply set by the X server scripts. You can check the environment variables currently set using set.