1 2 3 4 5 6 7 8
post_install() { echo "==> To use zsh autosuggestions, include the following snippet in your .zshrc: source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh zle-line-init() { zle autosuggest-start } zle -N zle-line-init" }