Skip to content

Commit

Permalink
options for "zi self-update" (#255)
Browse files Browse the repository at this point in the history
Allow passing options for "zi self-update"

Signed-off-by: Sall <[email protected]>
  • Loading branch information
ss-o authored Jan 2, 2023
1 parent 48a004b commit 572553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zi.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ zi() {
.zi-show-times "${@[2-correct,-1]}"
;;
(self-update)
.zi-self-update
.zi-self-update "$2"
;;
(unload)
(( ${+functions[.zi-unload]} )) || builtin source "${ZI[BIN_DIR]}/lib/zsh/autoload.zsh" || return 1
Expand Down

0 comments on commit 572553b

Please sign in to comment.