当前位置:   article > 正文

MacOS安装zsh插件zsh-autosuggestion(自动命令补全和建议)_zsh-autosuggestions

zsh-autosuggestions

插件 zsh-autosuggestion 用于命令建议和补全。

GitHub主页:https://github.com/zsh-users/zsh-autosuggestions

安装命令一

cd ~/.oh-my-zsh/custom/plugins/ 
git clone https://github.com/zsh-users/zsh-autosuggestions
  • 1
  • 2

接着编辑隐藏文件 ~/.zshrc,找到 plugins=()

vi ~/.zshrc
  • 1

找到 plugins,加上 zsh-autosuggestions 这个插件:
在这里插入图片描述

安装命令二

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

安装命令三

brew install zsh-autosuggestions
  • 1

最终的效果:
在这里插入图片描述

如果补全命令的字体不太清晰,与背景颜色太过相近,可以自己调整一下字体颜色。

Preferences -> Profiles -> Colors 中的 Foreground 是标准字体颜色,ANSI Colors 中 Bright 的第一个是补全的字体颜色,如下所示:
在这里插入图片描述

使用

如果提示的是你要的那句命令,按右箭头(→ )就可以补全命令了。

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号