blob: a9105de32958917ea0664933d443c479f2fd624f (
plain)
1
2
3
4
5
6
|
post_install() {
cat << EOF
To activate zsh-you-should-use add the following line at the end of ~/.zshrc:
source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh
EOF
}
|