From 15febc39ef411866518c9d321e56af5ba2c7e8e8 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 29 Aug 2022 09:45:42 -0400 Subject: [PATCH] Disable motd/status even for interactive shell starts --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.profile b/home/.profile index 96a3198..cbc092f 100644 --- a/home/.profile +++ b/home/.profile @@ -20,7 +20,7 @@ fi ## TODO Rename status to motd case "$-" in # Only execute if shell is interactive. - *i*) status;; + *i*) ;;#status;; esac printf '\n' -- 2.20.1