diff --git a/neofetch b/neofetch index 2292199d..0efd9a89 100755 --- a/neofetch +++ b/neofetch @@ -1766,8 +1766,9 @@ getterm () { esac case "${name// }" in - "${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd" | "sshd" | "ruby") getterm "$parent" ;; + "${SHELL/*\/}" | *"sh" | "tmux" | "screen") getterm "$parent" ;; "login" | "init") term="$(tty)"; term=${term/*\/} ;; + "ruby" | "1" | "systemd" | "sshd") unset term ;; *) term="$name" ;; esac fi