mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 14:57:00 +08:00
update antigen url
This commit is contained in:
parent
97a730ff6c
commit
079fa2590b
2
.zshrc2
2
.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-completions
|
||||||
# antigen bundle ${GIHUB_PROXY}zsh-users/zsh-autosuggestions
|
# antigen bundle ${GIHUB_PROXY}zsh-users/zsh-autosuggestions
|
||||||
ANTIGEN_OMZ_REPO_URL="https://gitee.com/dictxiong/ohmyzsh.git"
|
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"
|
ANTIGEN="$HOME/antigen.zsh"
|
||||||
# Install antigen.zsh if not exist
|
# Install antigen.zsh if not exist
|
||||||
if [ ! -f "$ANTIGEN" ]; then
|
if [ ! -f "$ANTIGEN" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user