summarylogtreecommitdiffstats
path: root/zsh-autosuggestions.install
blob: a1ba6d262c2dcffa4b6acda733776dadeafec964 (plain)
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"
}