[Tips] zsh 自动补全插件安装

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
# 编辑~/.zshrc,在plugins=(git)这一行中添加plugins=(git zsh-autosuggestions)
source ~/.zshrc

相关推荐