Mac 终端命令提示

2020-03-19  本文已影响0人  osnail

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

上一篇 下一篇

猜你喜欢

热点阅读