2012-05-31 21:50:06 +00:00
|
|
|
Environment
|
|
|
|
===========
|
|
|
|
|
|
|
|
Sets general shell options and defines environment variables.
|
|
|
|
|
|
|
|
This module must be loaded first.
|
|
|
|
|
|
|
|
Environment Variables
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
Contributors
|
|
|
|
------------
|
|
|
|
|
|
|
|
This module **MUST NOT** rely on any command not built in Zsh.
|
|
|
|
|
2017-08-29 23:13:38 +00:00
|
|
|
Non-interactive environment variables should be defined in [`zshenv`][1].
|
2012-05-31 21:50:06 +00:00
|
|
|
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
2017-08-29 23:13:38 +00:00
|
|
|
*The authors of this module should be contacted via the [issue tracker][2].*
|
2012-05-31 21:50:06 +00:00
|
|
|
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
|
2017-08-29 23:13:38 +00:00
|
|
|
[1]: https://github.com/sorin-ionescu/prezto/blob/master/runcoms/zshenv
|
|
|
|
[2]: https://github.com/sorin-ionescu/prezto/issues
|