From f12a6263aaab29145f900f1a4220da1f73347f70 Mon Sep 17 00:00:00 2001 From: lsunsi Date: Fri, 25 May 2018 08:49:57 -0300 Subject: [PATCH] reorders some imports to fix an upstream bug --- templates/zimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zimrc b/templates/zimrc index 7c6ffcc..8800b41 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -12,7 +12,7 @@ # 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 custom \ - syntax-highlighting history-substring-search prompt completion) + prompt completion syntax-highlighting history-substring-search ) ###################