解决 iTerm [oh-my-zsh] plugin 'zsh-autosuggestions' not found 错误
解决 iTerm [oh-my-zsh] plugin 'zsh-autosuggestions' not found 错误
执行
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
添加.zshrc
plugins=(zsh-autosuggestions)
最后执行
source .zshrc