diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79d23f1..5079e64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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