X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/8d4a98e19ec40334ed8e8f2ce4e5a9f094bdbcaf..6d4ce4aad79a55ca78eb0cc6f6795904205c3cc8:/etc/zsh/.zlogin diff --git a/etc/zsh/.zlogin b/etc/zsh/.zlogin index 471fc29..e649935 100644 --- a/etc/zsh/.zlogin +++ b/etc/zsh/.zlogin @@ -1,6 +1,7 @@ # NOTE: all logic here moved to .zprofile, see comments there for rationale ### load site-specific -if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local } +load-site-dotfile zlogin -# vim: et sts=4 sw=4 ts=8 tw=79 +### cd for convenience +cd ${_sev_home:-~}