]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add login entry (#405)
authorKaBanks <20971850+KaBankz@users.noreply.github.com>
Wed, 8 May 2024 17:15:24 +0000 (13:15 -0400)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 17:15:24 +0000 (19:15 +0200)
* feat: add login entry

* chore: add more info and clear up verbage

programs/login.json [new file with mode: 0644]

diff --git a/programs/login.json b/programs/login.json
new file mode 100644 (file)
index 0000000..bfc265b
--- /dev/null
@@ -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"
+        }
+    ]
+}