mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 02:17:00 +08:00
use fast-syntax-highlighting instead
This commit is contained in:
parent
84d72733d3
commit
88e37a4342
4
.zshrc2
4
.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_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/zdharma-continuum/fast-syntax-highlighting"
|
||||||
"https://github.com/zsh-users/zsh-completions"
|
"https://github.com/zsh-users/zsh-completions"
|
||||||
"https://github.com/zsh-users/zsh-autosuggestions"
|
"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_URL="https://gitee.com/dictxiong/antigen/raw/develop/bin/antigen.zsh"
|
||||||
ANTIGEN_OMZ_REPO_URL="https://gitee.com/dictxiong/ohmyzsh.git"
|
ANTIGEN_OMZ_REPO_URL="https://gitee.com/dictxiong/ohmyzsh.git"
|
||||||
ANTIGEN_PLUGINS=(
|
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-completions"
|
||||||
"https://gitee.com/dictxiong/zsh-autosuggestions"
|
"https://gitee.com/dictxiong/zsh-autosuggestions"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user