If I do not edit the .bashrc or other config files, the environment variables that I've setted are gone when I logout, or turn off the terminal.
What I'm curious is, where are those 'temporary' env vars saved in?
As I guess, they might be in the memory. That makes sense because they will disappear when the terminal is turned off(equals the terminal I was using is gone from the memory). Am I correct?