repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
zsh-syntax-highlighting
/
trunk
/
zsh-syntax-highlighting.install
blob
98ad7db766d0e0528fa5323496e2d1ae521b9f7b
1
post_install() {
2
cat << EOF
3
To activate zsh-syntax-highlighting, add the following line at the end of ~/.zshrc:
4
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
5
EOF
6
}
7
8
# vim:set ts=2 sw=2 et: