X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/8eb81f95a10b12c52faa4fcdeb1e4941f02e3050..e6e7ad69b69cc308652bbf7cc30c851b35933dc4:/base/.zlogin diff --git a/base/.zlogin b/base/.zlogin index 6fbf574..a1175c7 100644 --- a/base/.zlogin +++ b/base/.zlogin @@ -1,4 +1,6 @@ +# NOTE: all logic here moved to .zprofile, see comments there for rationale + ### load site-specific if [[ -f ~/.zlogin.local ]] { source ~/.zlogin.local } -# vim: set et sts=4 sw=4 ts=8 tw=79 : +# vim: et sts=4 sw=4 ts=8 tw=79