mirror of
https://github.com/zdharma-continuum/zinit-annex-bin-gem-node.git
synced 2026-09-10 07:26:18 -04:00
*shim-list: Ensure a function is available
This commit is contained in:
parent
ae02c65695
commit
7aa5e2237d
|
|
@ -42,6 +42,9 @@ zparseopts -D -E ${is_58:+-F} \
|
|||
return 0
|
||||
}
|
||||
|
||||
(( !${+functions[.zinit-any-colorify-as-uspl2]} )) && \
|
||||
builtin source $ZINIT[BIN_DIR]/zinit-side.zsh
|
||||
|
||||
if (( !${#opt_from_ices} )) {
|
||||
local nl=$'\n' brace='{' quote='"'
|
||||
local pattern='(#s)\#!/usr/bin/env zsh
|
||||
|
|
|
|||
Loading…
Reference in a new issue