9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
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:
|