mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
*install: Update
This commit is contained in:
parent
ca6083a64d
commit
22bdc496c0
|
|
@ -1017,10 +1017,10 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || { builtin print -P "${ZINIT
|
|||
# Do the update
|
||||
# The condition is reversed on purpose – to show only
|
||||
# the messages on an actual update
|
||||
(( ICE_OPTS[opt_-q,--quiet] )) && {
|
||||
if (( ICE_OPTS[opt_-q,--quiet] )); then
|
||||
builtin print -Pr -- $'\n'"${ZINIT[col-info]}Updating snippet ${ZINIT[col-p]}$sname%f%b${ZINIT_ICE[id-as]:+... (identified as: $id_as)}"
|
||||
builtin print "Downloading \`$sname' (with Subversion)..."
|
||||
}
|
||||
fi
|
||||
.zinit-mirror-using-svn "$url" "-u" "$dirname" || return 4
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue