On [[macOS]], I noticed a message every time I opened a new terminal window:
```
Last login: Wed Nov 19 10:27:36 on ttys001
```
This got annoying fast, and I discovered that the (strange) way to turn it off is to create a `hushlogin` file (?) at the home directory of the user. Therefore, simply run this command to get rid of it:
```shell
touch ~/.hushlogin
```