]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zlogin
zsh: gpg forward socket must be same user
[dotfiles.git] / etc / zsh / .zlogin
index 612209e531a74313cf938457c920a24508cb3cd8..f8458255af7f3a329d02801b0a56c9a8aad6b11b 100644 (file)
@@ -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
-[[ -o login ]] && cd ${_sev_home:-~}
+cd ${_sev_home:-~}
This page took 0.036023 seconds and 4 git commands to generate.