From a7f7218b24042cb0b19165bda3f6b3e8e1d89719 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 May 2016 11:35:20 +1000 Subject: [PATCH] More Travis fixes --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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