summarylogtreecommitdiffstats
path: root/zsh-history-substring-search-git.install
blob: ebe9cc17296b86fa2eb015fb0b1802d39800f310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
cat << EOF
==> To use, load the script (running terminal or $HOME/.zshrc):

source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh

==> If you also want to use zsh-syntax-highlighting, make sure you load
==> it before you load this script.
EOF
}

post_upgrade() {
post_install $1
}