blob: 25849e3708ed3624466321923a3721bd5fbee90f (
plain)
1
2
3
4
5
6
|
post_install() {
cat << EOF
To activate "pnpm-shell-completion", add the following line at the end of ~/.zshrc:
source /usr/share/zsh/plugins/pnpm-shell-completion/pnpm-shell-completion.zsh
EOF
}
|