From ba7ed6280b7071563d980d665fbf5b5cd963ea1c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 14 Aug 2016 10:41:42 +1000 Subject: [PATCH] Fix terminal emulator on iOS over ssh --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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