install zsh-autosuggestions on Macos 5 months ago
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
配置~/.zshrc
plugins=(
# other plugins...
zsh-autosuggestions
)
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
配置~/.zshrc
plugins=(
# other plugins...
zsh-autosuggestions
)