Envar
Envar, short for environment variable, is a dynamic named value that can affect the way running processes will behave on a computer. Environment variables are part of the operating system's environment. They are a set of external parameters that are passed to a program.
Typically, environment variables are used to store system-wide settings or configuration information that applications might need.
Each operating system has its own way of managing environment variables. On Linux and macOS, they can
Applications can access and modify environment variables. This allows for flexible configuration and customization without altering