Allow module to be a symbolic link to a non-empty directory (#1510)
This commit is contained in:
parent
a3f40a7479
commit
cbe4815189
1 changed files with 1 additions and 1 deletions
2
init.zsh
2
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
|
||||
|
|
Loading…
Reference in a new issue