mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
feat: remove zpextract and use ziextract (#611)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
358ef03785
commit
2ccac85e37
|
|
@ -30,7 +30,6 @@ Documentation automatically generated with `zshelldoc'
|
|||
zicp
|
||||
ziextract
|
||||
zimv
|
||||
zpextract
|
||||
∞zinit-atclone-hook
|
||||
∞zinit-atpull-e-hook
|
||||
∞zinit-atpull-hook
|
||||
|
|
@ -588,7 +587,6 @@ Called by:
|
|||
.zinit-extract
|
||||
.zinit-get-package
|
||||
.zinit-setup-plugin-dir
|
||||
zpextract
|
||||
|
||||
==== zimv
|
||||
|
||||
|
|
@ -599,16 +597,6 @@ Has 3 line(s). Calls functions:
|
|||
|
||||
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
|
||||
|
||||
==== zpextract
|
||||
|
||||
Has 1 line(s). Calls functions:
|
||||
|
||||
zpextract
|
||||
`-- ziextract
|
||||
`-- zinit.zsh/+zi-log
|
||||
|
||||
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
|
||||
|
||||
==== ∞zinit-atclone-hook
|
||||
|
||||
Has 26 line(s). Calls functions:
|
||||
|
|
|
|||
|
|
@ -1923,10 +1923,6 @@ ziextract() {
|
|||
}
|
||||
)
|
||||
} # ]]]
|
||||
# FUNCTION: zpextract [[[
|
||||
zpextract() {
|
||||
ziextract "$@"
|
||||
} # ]]]
|
||||
# FUNCTION: .zinit-at-eval [[[
|
||||
.zinit-at-eval() {
|
||||
local atpull="$1" atclone="$2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue