diff --git a/.zshrc2 b/.zshrc2 index 6a8759f..74bba80 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -22,7 +22,7 @@ if [[ "$DFS_NO_WALL" == "1" ]]; then 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" + "https://github.com/zdharma-continuum/fast-syntax-highlighting" "https://github.com/zsh-users/zsh-completions" "https://github.com/zsh-users/zsh-autosuggestions" ) @@ -30,7 +30,7 @@ else ANTIGEN_URL="https://gitee.com/dictxiong/antigen/raw/develop/bin/antigen.zsh" ANTIGEN_OMZ_REPO_URL="https://gitee.com/dictxiong/ohmyzsh.git" ANTIGEN_PLUGINS=( - "https://gitee.com/dictxiong/zsh-syntax-highlighting" + "https://gitee.com/dictxiong/fast-syntax-highlighting" "https://gitee.com/dictxiong/zsh-completions" "https://gitee.com/dictxiong/zsh-autosuggestions" )