From 64dd7b68eff2cac409e10f92ea7f6b5bc83ae8e6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Jun 2021 05:47:20 +0000 Subject: [PATCH] term: Add newgrp to blacklist. Closes #1635 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index c04ee1e3..fccdef9b 100755 --- a/neofetch +++ b/neofetch @@ -3245,7 +3245,7 @@ get_term() { name="$(get_process_name "$parent")" case ${name// } in - "${SHELL/*\/}"|*"sh"|"screen"|"su"*) ;; + "${SHELL/*\/}"|*"sh"|"screen"|"su"*|"newgrp") ;; "login"*|*"Login"*|"init"|"(init)") term="$(tty)"