[Fix #23] Ensure dependencies are loaded
This commit is contained in:
parent
c6793d38b9
commit
900c4d8f3f
|
@ -5,6 +5,9 @@
|
|||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# Load dependencies.
|
||||
omodload 'spectrum'
|
||||
|
||||
setopt CORRECT # Correct commands.
|
||||
|
||||
# The 'ls' Family
|
||||
|
|
|
@ -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…
Reference in a new issue