summarylogtreecommitdiffstats
path: root/zsh-autosuggestions.install
blob: 1becb740185e78dd381cd86f5c4e0d451608d78e (plain)
1
2
3
4
5
6
7
post_install() {
    echo "==> To use zsh autosuggestions, include the following snippet in your .zshrc:
    source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh

    # Add history-substring-search-* widgets to list of widgets that clear the autosuggestion
    ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-substring-search-up history-substring-search-down)"
}