X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/79d4a3561fa6b4bc80d75d8f9940139c2437df36..41c21771a14d07f08febb2a2b2cb801e45a0b118:/base/.zlogin diff --git a/base/.zlogin b/base/.zlogin index 40b4b8a..a1175c7 100644 --- a/base/.zlogin +++ b/base/.zlogin @@ -1,3 +1,5 @@ +# NOTE: all logic here moved to .zprofile, see comments there for rationale + ### load site-specific if [[ -f ~/.zlogin.local ]] { source ~/.zlogin.local }