[Fix #23] Ensure dependencies are loaded

main
Sorin Ionescu 13 years ago
parent c6793d38b9
commit 900c4d8f3f

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

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

Loading…
Cancel
Save