From a8460768073abe676956e68ee9ffd65dcdf2c8e3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 May 2016 11:31:15 +1000 Subject: [PATCH] Fix some travis issues --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 5c1f1e9c..2292199d 100755 --- a/neofetch +++ b/neofetch @@ -1766,7 +1766,7 @@ getterm () { esac case "${name// }" in - "${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd") getterm "$parent" ;; + "${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd" | "sshd" | "ruby") getterm "$parent" ;; "login" | "init") term="$(tty)"; term=${term/*\/} ;; *) term="$name" ;; esac