Skip to content

Commit 572553b

Browse files
authored
options for "zi self-update" (#255)
Allow passing options for "zi self-update" Signed-off-by: Sall <[email protected]>
1 parent 48a004b commit 572553b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zi.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ zi() {
26112611
.zi-show-times "${@[2-correct,-1]}"
26122612
;;
26132613
(self-update)
2614-
.zi-self-update
2614+
.zi-self-update "$2"
26152615
;;
26162616
(unload)
26172617
(( ${+functions[.zi-unload]} )) || builtin source "${ZI[BIN_DIR]}/lib/zsh/autoload.zsh" || return 1

0 commit comments

Comments
 (0)