# NOTE: all logic here moved to .zprofile, see comments there for rationale
### load site-specific
-if [[ -f ~/.zlogin.local ]] { source ~/.zlogin.local }
+if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local }
# vim: et sts=4 sw=4 ts=8 tw=79