Loading...
zsh语法高亮及语法补全插件安装语法高亮插件git clone https://github.com/zsh-users/zsh-syntax-highlighting.git echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc source .zshrc语法提示插件git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_...