blob: db991c88ce5ee9f684d4cd1ad5eea3aa01f87cab (
plain)
1
2
3
4
5
6
|
post_install() {
cat << EOF
To activate this plugin, add the following line to your sources section in your ~/.zshrc:
source /usr/share/zsh/plugins/zsh-extract/extract.plugin.zsh
EOF
}
|