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