update documentation and enable input module by default

This commit is contained in:
Matt Hamilton 2015-12-16 01:22:33 -05:00
parent 79995ae5ee
commit 6ca71da68d
3 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
#
# select what modules you would like enabled
zmodules=(completion directory environment git history ssh utility \
# the second line of modules may depend on options set by modules in the first line
# these dependencies are noted on the respective module's README.md
zmodules=(completion directory environment git history input ssh utility \
syntax-highlighting history-substring-search prompt)