diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-06-14 18:44:20 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-06-14 18:45:28 +0200 |
commit | adf2aa4b004d5b6c1ce080dd56ba03c658326f6c (patch) | |
tree | 721ec9fad890d6b2508ab11c30cd996b7c6b539b | |
parent | 2e0adf002adbbfbc2d8dfc53a40046010d0e4c95 (diff) | |
download | dotfiles-adf2aa4b004d5b6c1ce080dd56ba03c658326f6c.tar.gz dotfiles-adf2aa4b004d5b6c1ce080dd56ba03c658326f6c.tar.bz2 dotfiles-adf2aa4b004d5b6c1ce080dd56ba03c658326f6c.zip |
Add .hushlogin
The mere presence of this file in the home directory disables the system
copyright notice, the date and time of the last login, the message of the
day as well as other information that may otherwise appear on login.
See `man login`.
-rw-r--r-- | .hushlogin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.hushlogin b/.hushlogin new file mode 100644 index 0000000..e6143df --- /dev/null +++ b/.hushlogin @@ -0,0 +1,4 @@ +# The mere presence of this file in the home directory disables the system +# copyright notice, the date and time of the last login, the message of the +# day as well as other information that may otherwise appear on login. +# See `man login`.
\ No newline at end of file |