X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/8d4a98e19ec40334ed8e8f2ce4e5a9f094bdbcaf..ec9f2140efb69f3f9e95b8b2fa3681e3ff07e38b:/etc/zsh/.zlogin?ds=inline diff --git a/etc/zsh/.zlogin b/etc/zsh/.zlogin index 471fc29..f845825 100644 --- a/etc/zsh/.zlogin +++ b/etc/zsh/.zlogin @@ -1,6 +1,10 @@ # NOTE: all logic here moved to .zprofile, see comments there for rationale +### plugins +load-plugins zlogin + ### 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:-~}