Skip to content

How to remove the “Last login..” message from the shell

New Course Coming Soon:

Get Really Good at Git

My shell had this line every time I opened it:

Before

Useless information for me.

And I wanted to remove it.

I ran this command to remove the “last login: ….” information:

touch ~/.hushlogin

Done!

After

Works in macOS and Linux.

Here is how can I help you: