From a8ce3da782903528d3bbd94b7525464c74109992 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Sat, 15 Apr 2017 01:36:15 -0700 Subject: [PATCH] Add note to CONTRIBUTING.md about zstyle --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) 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