From 1b869f8e6a0a326e0f709b86cfd1d2eca66d8cd9 Mon Sep 17 00:00:00 2001 From: Ben O'Hara Date: Sun, 17 Jun 2012 16:26:41 +1000 Subject: [PATCH] omodules --- helper.zsh | 4 ++-- modules/completion/functions | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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