From 9c42dbc24f3a84531bef1269c2dbbe8c903b04dd Mon Sep 17 00:00:00 2001 From: KaBanks <20971850+KaBankz@users.noreply.github.com> Date: Wed, 8 May 2024 13:15:24 -0400 Subject: [PATCH] Add login entry (#405) * feat: add login entry * chore: add more info and clear up verbage --- programs/login.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/login.json diff --git a/programs/login.json b/programs/login.json new file mode 100644 index 0000000..bfc265b --- /dev/null +++ b/programs/login.json @@ -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" + } + ] +} -- 2.47.3