]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zlogin
gitconfig: add git search alias
[dotfiles.git] / etc / zsh / .zlogin
index 612209e531a74313cf938457c920a24508cb3cd8..e6499359c85b1c3d02e40753670bb282a7c93cd8 100644 (file)
@@ -1,7 +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
 
 ### cd for convenience
-[[ -o login ]] && cd ${_sev_home:-~}
+cd ${_sev_home:-~}
This page took 0.03301 seconds and 4 git commands to generate.