]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zlogin
replace modeline with editorconfig; small fixes
[dotfiles.git] / etc / zsh / .zlogin
index 471fc29ecaec2302b71d617daec5ed1371f80168..612209e531a74313cf938457c920a24508cb3cd8 100644 (file)
@@ -3,4 +3,5 @@
 ### load site-specific
 if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local }
 
-# vim: et sts=4 sw=4 ts=8 tw=79
+### cd for convenience
+[[ -o login ]] && cd ${_sev_home:-~}
This page took 0.031983 seconds and 4 git commands to generate.