Skip to content

Commit

Permalink
Update zinit-install.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Mar 19, 2024
1 parent 50b98ba commit 1226afd
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 @@ -886,8 +886,7 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || {
ZINIT[annex-multi-flag:pull-active]=${${${(M)update:#-u}:+${ZINIT[annex-multi-flag:pull-active]}}:-2}

(
if [[ $url = (http|https|ftp|ftps|scp)://* ]] {
# URL
if [[ $url = (ftp(|s)|http(|s)|scp)://* ]] {
(
() { setopt localoptions noautopushd; builtin cd -q "$local_dir"; } || return 4

Expand Down

0 comments on commit 1226afd

Please sign in to comment.