Below is the file '.zlogin' from this revision. You can also download the file.

#!/bin/zsh

if [ -x /usr/bin/uptime ]
then
    /usr/bin/uptime
fi

echo
if [ -x /usr/games/fortune ]
then
    /usr/games/fortune
fi
echo