1:安装oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
2、安装zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/plugins/zsh-autosuggestions
3、编辑~/.zshrc文件
open ~/.zshrc.
找到plugins=(git)这一行,在下方添加一行 【 plugins=(git zsh-autosuggestions) 】
保存退出
4、重新打开命令行 或
source ~/.zshrc
更新zsh
网友评论