From 079fa2590b43f32b651bf24d95644af10325a3fa Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Wed, 11 May 2022 16:57:31 +0800 Subject: [PATCH] update antigen url --- .zshrc2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc2 b/.zshrc2 index e2fc505..1f4fd0e 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -16,7 +16,7 @@ export LANG=C.UTF-8 # antigen bundle ${GIHUB_PROXY}zsh-users/zsh-completions # antigen bundle ${GIHUB_PROXY}zsh-users/zsh-autosuggestions ANTIGEN_OMZ_REPO_URL="https://gitee.com/dictxiong/ohmyzsh.git" -ANTIGEN_URL="https://gitee.com/dictxiong/antigen/raw/master/bin/antigen.zsh" +ANTIGEN_URL="https://gitee.com/dictxiong/antigen/raw/develop/bin/antigen.zsh" ANTIGEN="$HOME/antigen.zsh" # Install antigen.zsh if not exist if [ ! -f "$ANTIGEN" ]; then