Issue #512

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