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