update antigen url for DFS_NO_WALL

This commit is contained in:
xiongdian.me 2022-10-28 15:46:46 +08:00
parent 1d0db72478
commit 4f4d999b96
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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" \