Add git-info zmodule to templates/zimrc
so it is enabled by default in new Zim installations. Closes #153
This commit is contained in:
parent
76cf486d5d
commit
f97e43a39f
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# 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
|
||||||
# These dependencies are noted on the respective module's README.md.
|
# line. These dependencies are noted on the respective module's README.md.
|
||||||
zmodules=(directory environment git history input utility meta custom \
|
zmodules=(directory environment git git-info history input utility meta custom \
|
||||||
syntax-highlighting history-substring-search prompt completion)
|
syntax-highlighting history-substring-search prompt completion)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue