]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zlogin
major rework
[dotfiles.git] / etc / zsh / .zlogin
similarity index 62%
rename from base/.zlogin
rename to etc/zsh/.zlogin
index a1175c7e4d0df6465955db0247a2be3b10333951..471fc29ecaec2302b71d617daec5ed1371f80168 100644 (file)
@@ -1,6 +1,6 @@
 # NOTE: all logic here moved to .zprofile, see comments there for rationale
 
 ### load site-specific
-if [[ -f ~/.zlogin.local ]] { source ~/.zlogin.local }
+if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local }
 
 # vim: et sts=4 sw=4 ts=8 tw=79
This page took 0.036805 seconds and 4 git commands to generate.