mirror of
https://github.com/zdharma-continuum/zinit-annex-patch-dl.git
synced 2026-09-10 07:26:19 -04:00
handler: Resolve correctly dl-ice conflict with as-monitor
This commit is contained in:
parent
9306a7c83b
commit
34255eb09e
|
|
@ -47,7 +47,7 @@ setopt extendedglob warncreateglobal typesetsilent noshortloops
|
|||
return 0
|
||||
} # }}}
|
||||
|
||||
if [[ -n ${ZINIT_ICE[dl]} && ${ZINIT_ICE[dl]} != link(http(|s)|ftp(s|)|scp|ssh)://* ]] {
|
||||
if [[ -n ${ZINIT_ICE[dl]} && ${ZINIT_ICE[dl]} != ink[-/[:alpha:]]* ]] {
|
||||
local -a dls srcdst
|
||||
dls=( "${(s.;.)ZINIT_ICE[dl]}" )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue