*atload-handler: Add comments

This commit is contained in:
Sebastian Gniazdowski 2019-09-16 05:36:01 +02:00
parent fa7a28ded4
commit 1bb15ece8e

View file

@ -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]}" )