diff --git a/helper.zsh b/helper.zsh index 79322fc5..e6515abc 100644 --- a/helper.zsh +++ b/helper.zsh @@ -55,11 +55,11 @@ function omodload { if (( $? == 0 )); then zstyle ":omz:module:$omodule" loaded 'yes' # Add functions to fpath. - fpath=(${omodule:+${OMZ}/modules/${^omodule}/functions(/FN)} $fpath) + fpath=(${omodules:+${OMZ}/modules/${^omodules}/functions(/FN)} $fpath) # Load Oh My Zsh functions. for ofunction in \ - $OMZ/modules/${^omodule}/functions/^([_.]*|prompt_*_setup|README*)(.N:t) + $OMZ/modules/${^omodules}/functions/^([_.]*|prompt_*_setup|README*)(.N:t) do autoload -Uz "$ofunction" done diff --git a/modules/completion/functions b/modules/completion/functions index 8b89dd9d..39e26ca0 160000 --- a/modules/completion/functions +++ b/modules/completion/functions @@ -1 +1 @@ -Subproject commit 8b89dd9d10e86313f49fafdf88e8540f97346f33 +Subproject commit 39e26ca01fabcaa6f20d4638f56f9866a82f2b1f