mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 19:48:00 +00:00
Add note to CONTRIBUTING.md about zstyle
This commit is contained in:
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.
|
- 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…
Reference in New Issue
Block a user