命令行神器 zsh-autosuggestions

小畅 399 次浏览 2
github

安装教程:

cd ~/.oh-my-zsh/custom/plugins/
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
vi ~/.zshrc

搜索:/plugins=(

添加zsh-autosuggestions

plugins=(
        git
        zsh-autosuggestions
)

弄成这个样子

最后

source ~/.zshrc

 

发表评论 取消回复
表情 图片 链接 代码

分享