blob: 822878febbea8d6d28bd1c7373df3639cc440288 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat<<<"
Source the script before compinit in your ~/.zshrc:
source /usr/share/zsh/plugins/zsh-completion-generator/zsh-completion-generator.plugin.zsh
...
compinit
"
}
|