Skip to content

Commit

Permalink
Merge branch 'main' into fix/handle-bsd-realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Dec 16, 2023
2 parents e9260aa + 358ef03 commit b3f523c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1215,8 +1215,7 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || {
"accessible (wrong permissions).{rst}"
retval=4
}



if ! (( ${+ICE[link]} )); then
if (( !OPTS[opt_-q,--quiet] )) && [[ $url != /dev/null ]]; then
+zi-log "{msg}Copying {file}$filename{msg}{…}{rst}"
Expand Down

0 comments on commit b3f523c

Please sign in to comment.