Browse Source

[Fix #23] Ensure dependencies are loaded

master
Sorin Ionescu 12 years ago
parent
commit
900c4d8f3f
  1. 3
      modules/alias/init.zsh
  2. 3
      modules/compleat/init.zsh

3
modules/alias/init.zsh

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

3
modules/compleat/init.zsh

@ -5,6 +5,9 @@ @@ -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"

Loading…
Cancel
Save