omodule not omodules
This commit is contained in:
parent
c6bc0845e9
commit
7936a18d7f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue