Browse Source

Add note to CONTRIBUTING.md about zstyle

master
Kaleb Elwert 7 years ago
parent
commit
a8ce3da782
  1. 1
      CONTRIBUTING.md

1
CONTRIBUTING.md

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

Loading…
Cancel
Save