Add note to CONTRIBUTING.md about zstyle

This commit is contained in:
Kaleb Elwert 2017-04-15 01:36:15 -07:00
parent 19d11ab1d0
commit a8ce3da782

View file

@ -33,6 +33,7 @@ improve its performance, do not hesitate to fork and send pull requests.
- Global variables should be upper cased.
- Use `$(command)` instead of backticks.
- Avoid `eval` if possible.
- Prefer `zstyle` over environment variables for configuration.
#### Modules