From 4ba1dc1891c5405d12322fdd0b900da9b9b2c409 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 20 May 2012 19:13:13 -0400 Subject: [PATCH] [#135] Load completion after alias --- templates/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc b/templates/zshrc index a0d5fd35..160a80ac 100644 --- a/templates/zshrc +++ b/templates/zshrc @@ -35,11 +35,11 @@ zstyle ':omz:load' omodule \ 'environment' \ 'terminal' \ 'editor' \ - 'completion' \ 'history' \ 'directory' \ 'spectrum' \ 'alias' \ + 'completion' \ 'utility' \ 'prompt'