diff --git a/neofetch b/neofetch index ad87859c..6eaa8bf5 100755 --- a/neofetch +++ b/neofetch @@ -1767,6 +1767,7 @@ getterm () { case "$name" in "${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd") getterm "$parent" ;; + "login" | "init") term="$(tty)"; term=${term/*\/} ;; *) term="$name" ;; esac fi