diff --git a/neofetch b/neofetch index 8387567c..5ea90e2d 100755 --- a/neofetch +++ b/neofetch @@ -1407,7 +1407,7 @@ getterm() { case "${name// }" in "${SHELL/*\/}" | *"sh" | "tmux" | "screen") getterm "$parent" ;; "login" | "init") term="$(tty)"; term="${term/*\/}" ;; - "ruby" | "1" | "systemd" | "sshd" | "python"*) unset term ;; + "ruby" | "1" | "systemd" | "sshd"* | "python"*) unset term ;; "gnome-terminal-") term="gnome-terminal" ;; *) term="$name" ;; esac