mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: resolve a bug where the -q option for quiet mode was never dispatched
This commit is contained in:
parent
8d154b0609
commit
6cf2f2990d
|
|
@ -2950,7 +2950,7 @@ You can try to prepend {apo}${___q}{lhi}@{apo}'{error} to the ID if the last ice
|
|||
.zinit-show-times "${@[2-correct,-1]}"
|
||||
;;
|
||||
(self-update)
|
||||
.zinit-self-update
|
||||
.zinit-self-update "${@[2-correct,-1]}"
|
||||
;;
|
||||
(unload)
|
||||
(( ${+functions[.zinit-unload]} )) || builtin source "${ZINIT[BIN_DIR]}/zinit-autoload.zsh" || return 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue