[Fix #23] Ensure dependencies are loaded

This commit is contained in:
Sorin Ionescu 2012-04-04 10:21:47 -04:00
parent c6793d38b9
commit 900c4d8f3f
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
omodload 'spectrum'
setopt CORRECT # Correct commands.
# The 'ls' Family

View File

@ -5,6 +5,9 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
omodload 'completion'
if (( ${+commands[compleat]} )); then
compleat_setup="${commands[compleat]:h:h}/share/compleat-1.0/compleat_setup"