blob: 98ad7db766d0e0528fa5323496e2d1ae521b9f7b (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
cat << EOF
To activate zsh-syntax-highlighting, add the following line at the end of ~/.zshrc:
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
EOF
}
# vim:set ts=2 sw=2 et:
|