From a2fcb36e5f856081cf2ff783566c9fe251641902 Mon Sep 17 00:00:00 2001 From: Julien Stechele Date: Sat, 16 Jun 2012 15:57:18 +0300 Subject: [PATCH] Update completion module loading order --- modules/completion/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/completion/README.md b/modules/completion/README.md index 004a5c6..1cee424 100644 --- a/modules/completion/README.md +++ b/modules/completion/README.md @@ -4,8 +4,7 @@ Completion Loads and configures tab completion and provides additional completions from the [zsh-completions][1] project. -This module must be loaded **after** the *alias* module but **before** the -*utility* module. +This module must be loaded **after** the *utility* module. Contributors ------------