diff --git a/neofetch b/neofetch index 8fc0ef72..77305e67 100755 --- a/neofetch +++ b/neofetch @@ -1599,7 +1599,7 @@ getterm() { case "${name// }" in "${SHELL/*\/}" | *"sh" | "tmux"* | "screen") getterm "$parent" ;; "login" | "init") term="$(tty)" ;; - "ruby" | "1" | "systemd" | "sshd"* | "python"* | "USER PID"*) unset term ;; + "ruby" | "1" | "systemd" | "sshd"* | "python"* | "USER"*"PID"*) unset term ;; "gnome-terminal-") term="gnome-terminal" ;; *) term="${name##*/}" ;; esac