zsh插件的安装


安装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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM