X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/49c6c14fed5169940a4a0f0e37f2e2567358feb2:/base/.zlogin..b341b38a107b96c224f85caa7487b7a26ffae280:/etc/zsh/.zlogin?ds=sidebyside diff --git a/base/.zlogin b/etc/zsh/.zlogin similarity index 62% rename from base/.zlogin rename to etc/zsh/.zlogin index a1175c7..471fc29 100644 --- a/base/.zlogin +++ b/etc/zsh/.zlogin @@ -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