mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 19:36:55 +08:00
update antigen url for DFS_NO_WALL
This commit is contained in:
parent
1d0db72478
commit
4f4d999b96
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
echo $SHELL
|
echo $SHELL
|
||||||
antigen list
|
antigen list
|
||||||
antigen reset
|
antigen reset
|
||||||
rm -rf $ANTIGEN $HOME/.antigen $HOME/.zcompdump*
|
rm -rf $ANTIGEN $HOME/.antigen
|
||||||
|
|
||||||
- name: antigen build with DFS_NO_WALL
|
- name: antigen build with DFS_NO_WALL
|
||||||
shell: /bin/zsh -ileo PIPE_FAIL {0}
|
shell: /bin/zsh -ileo PIPE_FAIL {0}
|
||||||
|
|
2
.zshrc2
2
.zshrc2
|
@ -12,7 +12,7 @@ if [[ -z "$DFS_NO_WALL" ]]; then
|
||||||
"https://gitee.com/dictxiong/zsh-autosuggestions" \
|
"https://gitee.com/dictxiong/zsh-autosuggestions" \
|
||||||
)
|
)
|
||||||
else
|
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_OMZ_REPO_URL="https://github.com/ohmyzsh/ohmyzsh.git"
|
||||||
ANTIGEN_PLUGINS=( \
|
ANTIGEN_PLUGINS=( \
|
||||||
"https://github.com/zsh-users/zsh-syntax-highlighting" \
|
"https://github.com/zsh-users/zsh-syntax-highlighting" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user