1
0
Fork 0
mirror of synced 2024-06-22 00:11:10 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Eric Nielsen 5b90c96cd1 Update modules' README.md
Stick with the following style:

* Header 1 with the module name is in `lowercase`.
* Other headers are in `Sentence case`. Common header names that should
  be consistently used are `Aliases`, `Contributing`, `Functions`,
  `Settings`, and `Zsh options`.
* The names `Zim` and `Zsh` always appear capitalized, even in the
  middle of sentences.
* Prefer

      print 'code indented with 4 spaces'

  instead of
  ```zsh
  print 'code fenced by lines with three back-ticks'
  print 'unless you want syntax highlighting'
  ```
2018-12-17 14:11:16 -05:00
Thiago Kenji Okada f6bb75579f Allow arbitrary ZIM location with ZIM_HOME
This change allow arbitrary Zim location path by setting a new
environment variable, ZIM_HOME. If the user does not set it, Zim falls
back to the old "${ZDOTDIR:-${HOME}}/.zim" location.

Closes #203
2017-09-04 17:25:01 -05:00
Matt Hamilton e9c87a227d re-word custom/init.zsh 2015-12-31 10:48:03 -05:00
kee7a 711f65fbb3 fixed typo in the custom module
Closes #9
2015-12-30 07:16:28 -05:00
Matt Hamilton d52993c70e add 'custom' module for easy customization 2015-12-22 05:55:48 -05:00