Oh My Zsh官网:http://ohmyz.shgit
Mac 电脑 打开终端
输入github
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"curl
安装成功url
卸载 Oh My Zshspa
uninstall_oh_my_zsh.net
zsh-autosuggestions
自动提示插件
1.下载该插件到.oh-my-zsh/plugins
目录插件
git clone git://github.com/zsh-users/zsh-autosuggestions
2.编辑.zshrc
文件
找到plugins=(git)
这一行,若是没有添加。更改成以下:code
plugins=(git zsh-autosuggestions)
3.关闭终端从新打开get