0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Updated Code Style Guide (markdown)

Frani 2020-09-07 21:39:23 -03:00
parent 329b5267f6
commit 806e743870

@ -59,6 +59,7 @@ command1 \
command1 | command2
```
### Use environment variables
When possible, use environment variables instead of shelling out to a command.
##### _Bad:_