updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / zsh-syntax-highlighting / zsh-syntax-highlighting.install
blob8ab5c239f44673c08f5ff82962d4f8d05bb40092
1 post_install() {
2   echo "------------------------------------------------------------------------------------"
3   echo "To activate zsh-syntax-highlighting, add the following line at the end of ~/.zshrc:"
4   echo "source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
5   echo "------------------------------------------------------------------------------------"
8 # vim:set ts=2 sw=2 et: