From c350b348e97baa97a696042673d1fe223a8348b5 Mon Sep 17 00:00:00 2001 From: AtomicCoding Date: Tue, 17 Apr 2018 19:38:21 -0700 Subject: [PATCH] Add umodules to zimrc --- templates/zimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/zimrc b/templates/zimrc index 203a7a6..11e4937 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -13,6 +13,10 @@ # line. These dependencies are noted on the respective module's README.md. zmodules=(directory environment git git-info history input utility custom \ syntax-highlighting history-substring-search prompt completion) + +# Select what modules or external-themes to update that are not git submodules (must be git repos) +# Leave commented if not needed +#umodules=() ###################