Skip to content

Commit

Permalink
Add login entry (#405)
Browse files Browse the repository at this point in the history
* feat: add login entry

* chore: add more info and clear up verbage
  • Loading branch information
KaBankz authored May 8, 2024
1 parent b4cf4cc commit 9c42dbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/login.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "login",
"files": [
{
"path": "$HOME/.hushlogin",
"movable": true,
"help": "This is an optional file that surpresses the shell login message\n\nYou can safely remove this file if you do not want to silence your shell startup\n\nSome systems support moving this file to _/etc/hushlogins_\n\nRun `man login` for documentation"
}
]
}

0 comments on commit 9c42dbc

Please sign in to comment.