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?
lolcat
? I know its far from what you want, but a little color doesn't kill. :) – Tony Lancer Dec 23 '16 at 17:13.bashrc
with gedit or something. – muru Dec 23 '16 at 17:20pam_motd
does the MOTD for both SSH and local logins. – muru Dec 23 '16 at 17:32