Zsh Shell – How to List All Environment Variables in Zsh

environment-variablesshellzsh

I want to get a list of all environment variables (shell variables? exported variables?) and their values at a given time, in zsh.
What is the proper way to do this?

Best Answer

It sounds like you want env.

Related Question