mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 06:58:01 +00:00
Allow module to be a symbolic link to a non-empty directory (#1510)
This commit is contained in:
parent
a3f40a7479
commit
cbe4815189
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 New Issue
Block a user