summarylogtreecommitdiffstats
path: root/zsh-autopair-git.install
blob: 81abbbfdcb9d3c5f7bab6ffdc2ee9ea7b0b78ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cat <<<"
To use, source the library from your .zshrc:

    source /usr/share/zsh/plugins/zsh-autopair/autopair.zsh

The example key bindings are also found there:

    source /usr/share/zsh/plugins/zsh-autopair/example-bindings.zsh
"
}