[Fix #104] Add documentation for environment
parent
0b0b2af07f
commit
4fd347580e
@ -0,0 +1,26 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
|
Non-interactive environment variables should be defined in *zshenv*.
|
||||||
|
|
||||||
|
Authors
|
||||||
|
-------
|
||||||
|
|
||||||
|
*The authors of this module should be contacted via the [issue tracker][1].*
|
||||||
|
|
||||||
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||||
|
|
||||||
|
[1]: https://github.com/sorin-ionescu/oh-my-zsh/issues
|
||||||
|
|
Loading…
Reference in new issue