# NOTE: all logic here moved to .zprofile, see comments there for rationale ### load site-specific if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local } ### cd for convenience [[ -o login ]] && cd ${_sev_home:-~}