packages/zsh-syntax-highlighting/zsh-syntax-highlighting.install
Sadoon AlBader f844872023 zsh stuff
2021-03-16 23:10:54 +03:00

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: