]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zlogin
vimrc: enable modeline explicitly
[dotfiles.git] / etc / zsh / .zlogin
index 471fc29ecaec2302b71d617daec5ed1371f80168..f8458255af7f3a329d02801b0a56c9a8aad6b11b 100644 (file)
@@ -1,6 +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
 
 
-# vim: et sts=4 sw=4 ts=8 tw=79
+### cd for convenience
+cd ${_sev_home:-~}
This page took 0.034992 seconds and 4 git commands to generate.