..

iterm 2 语法高亮 命令补全

iterm 2 语法高亮 命令补全

语法高亮

安装方式:

# zsh-syntax-highlightinggit clone https://github.com/zsh-users/zsh-syntax-highlighting.git  ~/.oh-my-zsh/plugins/zsh-syntax-highlighting

命令自动补全

可以根据您的历史记录和完成情况给输入的命令提供建议,效果如下:

命令自动补全

安装方式

# zsh-autosuggestiongit clone https://github.com/zsh-users/zsh-autosuggestions.git  ~/.oh-my-zsh/plugins/zsh-autosuggestions

插件配置

安装好之后,需要修改 .zshrc

# .zshrc...plugins=(git zsh-autosuggestions zsh-syntax-highlighting)...

修改完成后,执行命令,完成设置:

source ~/.zshrc