Add git-info zmodule to templates/zimrc

so it is enabled by default in new Zim installations.

Closes #153
This commit is contained in:
Eric Nielsen 2017-03-16 07:12:00 -05:00 committed by Matt Hamilton
parent 76cf486d5d
commit f97e43a39f
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
#
# Select what modules you would like enabled.
# 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=(directory environment git history input utility meta custom \
# 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=(directory environment git git-info history input utility meta custom \
syntax-highlighting history-substring-search prompt completion)