diff --git a/neofetch b/neofetch index cd17e411..f53ff1c7 100755 --- a/neofetch +++ b/neofetch @@ -1669,6 +1669,8 @@ get_term() { "login"* | *"Login"* | "init" | "(init)") term="$(tty)" ;; "ruby" | "1" | "systemd" | "sshd"* | "python"* | "USER"*"PID"*) break ;; "gnome-terminal-") term="gnome-terminal" ;; + *"nvim") term="Neovim Terminal" ;; + *"NeoVimServer"*) term="VimR Terminal" ;; *) term="${name##*/}" ;; esac fi