]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zlogin
zsh: replace some ifs with short ifs
[dotfiles.git] / etc / zsh / .zlogin
index 8b4aab61354d771a0d9c61ddc91c626f6541ddbc..f8458255af7f3a329d02801b0a56c9a8aad6b11b 100644 (file)
@@ -1,7 +1,10 @@
 # NOTE: all logic here moved to .zprofile, see comments there for rationale
 
 # NOTE: all logic here moved to .zprofile, see comments there for rationale
 
+### plugins
+load-plugins zlogin
+
 ### load site-specific
 ### load site-specific
-if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local }
+load-site-dotfile zlogin
 
 ### cd for convenience
 cd ${_sev_home:-~}
 
 ### cd for convenience
 cd ${_sev_home:-~}
This page took 0.037043 seconds and 4 git commands to generate.