X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/c9ab0b12d4183935113856f0c9c5575c8e149208..3cebacf81a70ca8eb1d6a18039b5d6cf43115839:/etc/zsh/.zlogin?ds=inline diff --git a/etc/zsh/.zlogin b/etc/zsh/.zlogin index 8b4aab6..f845825 100644 --- a/etc/zsh/.zlogin +++ b/etc/zsh/.zlogin @@ -1,7 +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 ### cd for convenience cd ${_sev_home:-~}