1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
```sh unset_env key ``` Removes the environment variable defined by the provided key. ### Parameters The name of the environment variable to remove ### Return Value None ### Examples ```sh unset_env HOME ```