github
安装教程:
Shell
- cd ~/.oh-my-zsh/custom/plugins/
Shell
- git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
Shell
- vi ~/.zshrc
- 搜索:/plugins=(
- 添加zsh-autosuggestions
Shell
- plugins=(
- git
- zsh-autosuggestions
- )
- 弄成这个样子
- 最后
Shell
- source ~/.zshrc
本文作者为小畅,转载请注明。