Skip to content

Commit

Permalink
feat: remove zpextract and use ziextract (#611)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Dec 24, 2023
1 parent 358ef03 commit 2ccac85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions doc/zsdoc/zinit-install.zsh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Documentation automatically generated with `zshelldoc'
zicp
ziextract
zimv
zpextract
∞zinit-atclone-hook
∞zinit-atpull-e-hook
∞zinit-atpull-hook
Expand Down Expand Up @@ -588,7 +587,6 @@ Called by:
.zinit-extract
.zinit-get-package
.zinit-setup-plugin-dir
zpextract

==== zimv

Expand All @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1923,10 +1923,6 @@ ziextract() {
}
)
} # ]]]
# FUNCTION: zpextract [[[
zpextract() {
ziextract "$@"
} # ]]]
# FUNCTION: .zinit-at-eval [[[
.zinit-at-eval() {
local atpull="$1" atclone="$2"
Expand Down

0 comments on commit 2ccac85

Please sign in to comment.