From 900c4d8f3fcce964efb37dfd8e4b337d0340a344 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 4 Apr 2012 10:21:47 -0400 Subject: [PATCH] [Fix #23] Ensure dependencies are loaded --- modules/alias/init.zsh | 3 +++ modules/compleat/init.zsh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/modules/alias/init.zsh b/modules/alias/init.zsh index 6c25f12..92f2480 100644 --- a/modules/alias/init.zsh +++ b/modules/alias/init.zsh @@ -5,6 +5,9 @@ # Sorin Ionescu # +# Load dependencies. +omodload 'spectrum' + setopt CORRECT # Correct commands. # The 'ls' Family diff --git a/modules/compleat/init.zsh b/modules/compleat/init.zsh index a9c684f..07f37da 100644 --- a/modules/compleat/init.zsh +++ b/modules/compleat/init.zsh @@ -5,6 +5,9 @@ # Sorin Ionescu # +# Load dependencies. +omodload 'completion' + if (( ${+commands[compleat]} )); then compleat_setup="${commands[compleat]:h:h}/share/compleat-1.0/compleat_setup"