Issue #512
- https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
- https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/z
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
vim ~/.zsh.rc
/plugins
plugins=(
git
z
zsh-autosuggestions
)
source ~/.zshrc