1
0
Fork 0

Add note to CONTRIBUTING.md about zstyle

pull/1143/merge
Kaleb Elwert 8 years ago
parent 19d11ab1d0
commit a8ce3da782

@ -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

Loading…
Cancel
Save