With Christmas around the corner, I'd like to make my system's prompt (for every user) a bit more festive and cheery.
Namely, I'd like to attach a Happy Holidays! (or similar) message post-login for every user on the system (on terminal login, SSH or locally). I'd assume this is a simple echo command, but I'm not sure where the appropriate place to put this command is in such a way that it would affect everyone. For obvious reasons, I'd rather not modify everyone's .bashrc. So, where is that?