From 007ef732c61acf8f71a43a149426a6cf4e508e29 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Wed, 10 Nov 2021 18:44:57 +0100 Subject: [PATCH] Update repo url --- zinit-light/.zshrc | 2 +- zinit-load/.zshrc | 2 +- zinit-omz/.zshrc | 2 +- zinit-turbo/.zshrc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zinit-light/.zshrc b/zinit-light/.zshrc index 257f3fd..ba8864b 100644 --- a/zinit-light/.zshrc +++ b/zinit-light/.zshrc @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin ZPFX=${ZPLGM[HOME_DIR]}/polaris if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then - git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin" + git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin" fi # Start measuring time, in general with microsecond accuracy diff --git a/zinit-load/.zshrc b/zinit-load/.zshrc index 61849d6..cfc7c82 100644 --- a/zinit-load/.zshrc +++ b/zinit-load/.zshrc @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin ZPFX=${ZPLGM[HOME_DIR]}/polaris if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then - git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin" + git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin" fi # Start measuring time, in general with microsecond accuracy diff --git a/zinit-omz/.zshrc b/zinit-omz/.zshrc index 5c197d9..a709781 100644 --- a/zinit-omz/.zshrc +++ b/zinit-omz/.zshrc @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin ZPFX=${ZPLGM[HOME_DIR]}/polaris if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then - git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin" + git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin" fi # Start measuring time, in general with microsecond accuracy diff --git a/zinit-turbo/.zshrc b/zinit-turbo/.zshrc index 28cf8b9..c2b3c95 100644 --- a/zinit-turbo/.zshrc +++ b/zinit-turbo/.zshrc @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin ZPFX=${ZPLGM[HOME_DIR]}/polaris if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then - git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin" + git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin" fi # Start measuring time, in general with microsecond accuracy