From f97e43a39f3b699eb02346b600c72f8709413ac4 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Thu, 16 Mar 2017 07:12:00 -0500 Subject: [PATCH] Add git-info zmodule to templates/zimrc so it is enabled by default in new Zim installations. Closes #153 --- templates/zimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/zimrc b/templates/zimrc index b37e839..9aad0e6 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -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)