X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/79d4a3561fa6b4bc80d75d8f9940139c2437df36..8b2d206d4a5a74d56eb05d54271e490ad190d4dd:/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 }