美文网首页
Mac 终端命令提示

Mac 终端命令提示

作者: osnail | 来源:发表于2020-03-19 17:29 被阅读0次

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

相关文章

网友评论

      本文标题:Mac 终端命令提示

      本文链接:https://www.haomeiwen.com/subject/mvtumctx.html