diff --git a/init.zsh b/init.zsh index 66ac1b17..347b387c 100644 --- a/init.zsh +++ b/init.zsh @@ -96,7 +96,7 @@ function pmodload { if zstyle -t ":prezto:module:$pmodule" loaded 'yes' 'no'; then continue else - locations=(${pmodule_dirs:+${^pmodule_dirs}/$pmodule(/FN)}) + locations=(${pmodule_dirs:+${^pmodule_dirs}/$pmodule(-/FN)}) if (( ${#locations} > 1 )); then print "$0: conflicting module locations: $locations" continue