Commit graph

10 commits

Author SHA1 Message Date
Indrajit Raychaudhuri d80e393f78 general: Reformat documentation with better formatting and wording
General purpose reformating and rewording in (a few places). This should
also make markdown linting happier.

Prefer back-ticks wherever useful and use `console` for code blocks to
be executed on terminal.

Also, update references links wherever possible (including update from
'http://' to 'https://').
2021-05-05 12:21:04 -05:00
Andrew Janke d4332e2faf Fix spelling error in CONTRIBUTING.md (#1590) 2018-06-01 00:36:21 -07:00
Indrajit Raychaudhuri 3f99519021 Prefer evaluation over test for arithmetic expression
Usage of `(( ... ))` over `[[ ... ]]` is preferred for arithmetic expression
since the former is less error prone.

Also, unset local variable whenever possible.
2017-07-08 00:32:31 -07:00
Kaleb Elwert a70bce3ea6 Ensure we use the same function definition syntax everywhere 2017-07-06 16:13:36 -07:00
Samantha McVey eb47b45a0d [CONTRUBITING] Add section on using a secondary devel directory
Add a section on how to use a separate directory than your normal
ZDOTDIR for development with its own zprezto.
2017-06-26 15:39:55 -07:00
Kaleb Elwert e52523204b Remove redundant style rules from CONTRIBUTING.md 2017-06-26 14:44:00 -07:00
Kaleb Elwert a8ce3da782 Add note to CONTRIBUTING.md about zstyle 2017-04-15 01:36:15 -07:00
Kaleb Elwert 19d11ab1d0 Add code style to CONTRIBUTING.md
Closes #1296
2017-04-15 01:14:12 -07:00
Sorin Ionescu a84ac5b002 Only one newline at end of file 2014-10-09 23:38:15 -04:00
Sorin Ionescu 2037e693e8 [Fix #293] Add CONTRIBUTING.md 2012-09-25 13:17:16 -04:00