1
0
Fork 0

omodule not omodules

pull/199/head^2
Ben O'Hara 13 years ago
parent c6bc0845e9
commit 7936a18d7f

@ -55,11 +55,11 @@ function omodload {
if (( $? == 0 )); then
zstyle ":omz:module:$omodule" loaded 'yes'
# Add functions to fpath.
fpath=(${omodules:+${OMZ}/modules/${^omodules}/functions(/FN)} $fpath)
fpath=(${omodule:+${OMZ}/modules/${^omodule}/functions(/FN)} $fpath)
# Load Oh My Zsh functions.
for ofunction in \
$OMZ/modules/${^omodules}/functions/^([_.]*|prompt_*_setup|README*)(.N:t)
$OMZ/modules/${^omodule}/functions/^([_.]*|prompt_*_setup|README*)(.N:t)
do
autoload -Uz "$ofunction"
done

Loading…
Cancel
Save