blob: 9e9609814e9e044b821d113df31b125281cb28e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat << EOF
==> To use, load the script (running terminal or $HOME/.zshrc):
source /usr/share/zsh/plugins/zsh-directory-history/zsh-directory-history.zsh
EOF
}
post_upgrade() {
post_install $1
}
|