mirror of
https://github.com/zdharma-continuum/zinit-annex-meta-plugins.git
synced 2026-09-10 07:16:29 -04:00
Rename internal funcs
This commit is contained in:
parent
eb7265d3ad
commit
b2ce83bb78
|
|
@ -21,13 +21,13 @@ autoload -Uz za-meta-plugins-before-load-handler \
|
|||
za-meta-plugins-default-ice-cmd
|
||||
|
||||
# An empty stub to fill the help handler fields
|
||||
∧za-meta-plugins-help-null-handler() { :; }
|
||||
za-meta-plugins-help-null-handler() { :; }
|
||||
|
||||
# The unscoping-support hook.
|
||||
@zinit-register-annex "zinit-annex-meta-plugins" \
|
||||
hook:before-load-4 \
|
||||
za-meta-plugins-before-load-handler \
|
||||
∧za-meta-plugins-help-null-handler \
|
||||
za-meta-plugins-help-null-handler \
|
||||
"skip''" # Add a new ice
|
||||
|
||||
# The subcommand `meta'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue