add 'custom' module to default zmodules
This commit is contained in:
parent
d52993c70e
commit
65841b002b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
# select what modules you would like enabled
|
# select what modules you would like enabled
|
||||||
# the second line of modules may depend on options set by modules in the first line
|
# 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
|
# these dependencies are noted on the respective module's README.md
|
||||||
zmodules=(directory environment git history input utility \
|
zmodules=(directory environment git history input utility custom \
|
||||||
syntax-highlighting history-substring-search prompt completion)
|
syntax-highlighting history-substring-search prompt completion)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue