Created
June 22, 2012 22:47
-
-
Save tovbinm/2975609 to your computer and use it in GitHub Desktop.
Remove the “Last login” message from the Mac OS X Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove: | |
touch .hushlogin | |
Get it back: | |
rm .hushlogin |
..only if you open a new tab inside ~
Thanks man.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It Works :)