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

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