export ENABLE_SIMULATION=1
and set ENABLE_SIMULATION=1
will set an environment variable that lasts just for that terminal session. Other terminals won't see it, and when you close that terminal, the setting will be reset. Any application started from that terminal after that environment variable was set will see that variable and run accordingly.