#!/bin/sh

cat >&2 <<-EOF
*
* To use oh-my-zsh in your configuration, you need to copy
* /usr/share/oh-my-zsh/templates/zshrc.zsh-template to your ~/.zshrc
*
EOF

exit 0
