iterm2+zsh命令自动补全 iterm2下载地址: https://iterm2.com/ 设置为默认terminal 设置默认Shell12345678#查看系统安装的所有Shellcat /etc/Shells#修改默认Shell为zshchsh -s /bin/zsh #查看当前使用的Shellecho $Shell zsh命令自动补全插件安装1git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions 配置12345678910#编辑配置文件vim ~/.zshrc#找到plugins配置,在括号内增加zsh-autosuggestions,与其他插件之间使用空格分隔开plugins=(git zsh-autosuggestions)source ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zshsource ~/.bash_profile # source一下其他环境变量#退出编辑后执行使配置生效source ~/.zshrc 效果 iterm2+zsh命令自动补全 https://zhangfuli.github.io/2023/09/13/iterm2-zsh命令自动补全/ 作者 张富利 发布于 2023年9月13日 许可协议 服务端开发面试手册(Java) 下一篇