配置oh my zsh的命令自动补全
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
在~/.zshrc中添加
plugins=(git zsh-autosuggestions)
source ~/.zshrc
京公网安备 11010502049817号