From e5359dc31421d0bbe928229477744b4861d6e524 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 21 Oct 2016 14:45:36 +1100 Subject: [PATCH] Fix terminal output on android --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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