update documentation and enable input module by default
This commit is contained in:
parent
79995ae5ee
commit
6ca71da68d
3 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue