mirror of
https://github.com/zdharma-continuum/zinit-annex-bin-gem-node.git
synced 2026-09-10 07:26:18 -04:00
*atload-handler: Add comments
This commit is contained in:
parent
fa7a28ded4
commit
1bb15ece8e
|
|
@ -43,6 +43,10 @@ setopt extendedglob warncreateglobal typesetsilent noshortloops
|
|||
return 0
|
||||
} # }}}
|
||||
|
||||
#
|
||||
# gem'' ice
|
||||
#
|
||||
|
||||
if [[ -n "${ZPLG_ICE[gem]}" ]] {
|
||||
local -a gems srcdst
|
||||
gems=( "${(s.;.)ZPLG_ICE[gem]}" )
|
||||
|
|
@ -63,6 +67,11 @@ if [[ -n "${ZPLG_ICE[gem]}" ]] {
|
|||
}
|
||||
}
|
||||
|
||||
#
|
||||
# fbin'' ice – also inheriting any exclamation-mark gems
|
||||
# or node modules
|
||||
#
|
||||
|
||||
if [[ -n "${ZPLG_ICE[fbin]}" ]] {
|
||||
local -a fbins srcdst
|
||||
fbins=( "${(s.;.)ZPLG_ICE[fbin]}" )
|
||||
|
|
|
|||
Loading…
Reference in a new issue