From 4f4d999b96a6127c870ffc9ab3b3f656250dbd9d Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Fri, 28 Oct 2022 15:46:46 +0800 Subject: [PATCH] update antigen url for DFS_NO_WALL --- .github/workflows/test.yml | 2 +- .zshrc2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3a16d0..916171d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: echo $SHELL antigen list antigen reset - rm -rf $ANTIGEN $HOME/.antigen $HOME/.zcompdump* + rm -rf $ANTIGEN $HOME/.antigen - name: antigen build with DFS_NO_WALL shell: /bin/zsh -ileo PIPE_FAIL {0} diff --git a/.zshrc2 b/.zshrc2 index 79c2fd0..d71d211 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -12,7 +12,7 @@ if [[ -z "$DFS_NO_WALL" ]]; then "https://gitee.com/dictxiong/zsh-autosuggestions" \ ) else - ANTIGEN_URL="git.io/antigen" + ANTIGEN_URL="https://raw.githubusercontent.com/zsh-users/antigen/develop/bin/antigen.zsh" ANTIGEN_OMZ_REPO_URL="https://github.com/ohmyzsh/ohmyzsh.git" ANTIGEN_PLUGINS=( \ "https://github.com/zsh-users/zsh-syntax-highlighting" \