]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zlogin
vim: update submodules
[dotfiles.git] / etc / zsh / .zlogin
index 471fc29ecaec2302b71d617daec5ed1371f80168..e6499359c85b1c3d02e40753670bb282a7c93cd8 100644 (file)
@@ -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:-~}
This page took 0.077455 seconds and 4 git commands to generate.