From: Siraaj Khandkar Date: Mon, 29 Aug 2022 13:45:42 +0000 (-0400) Subject: Disable motd/status even for interactive shell starts X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=15febc39ef411866518c9d321e56af5ba2c7e8e8 Disable motd/status even for interactive shell starts --- 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'