首页 > 其他 > 详细

zsh插件的安装

时间:2021-04-07 09:20:28      阅读:22      评论:0      收藏:0      [点我收藏+]

安装zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

进去.zshrc,加入

plugins=(zsh-autosuggestions)

安装zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

进入.zshrc

plugins=(zsh-syntax-highlighting)

安装autojump

sudo apt-get install autojump

要直接补全上面的命令行,可以直接
按向上的建
————————————————
原文链接:https://blog.csdn.net/lxn9492878lbl/article/details/85222572

zsh插件的安装

原文:https://www.cnblogs.com/dglyf/p/14626015.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!