Add git-info zmodule to templates/zimrc
so it is enabled by default in new Zim installations.
This commit is contained in:
parent
4b95df9a5f
commit
289354fa99
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue