How to remove the “Last login..” message from the shell
~~~
My shell had this line every time I opened it:

Useless information for me.
And I wanted to remove it.
I ran this command to remove the “last login: ….” information:
touch ~/.hushlogin
Done!

Works in macOS and Linux.
~~~
Related posts about cli: