if [ -f /etc/zlogin ]; then
    source /etc/zlogin
elif [ -f /etc/zsh/zlogin ]; then
    source /etc/zsh/zlogin
fi