reorders some imports to fix an upstream bug

This commit is contained in:
lsunsi 2018-05-25 08:49:57 -03:00
parent 214330ddc9
commit f12a6263aa
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
###################