[PR] dylanaraps/neofetch#2277 from rohandebsarkar - Add terminal

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2277
Thanks to @rohandebsarkar

Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@protonmail.com>
This commit is contained in:
Azalea Gui 2023-01-06 01:18:34 -05:00
commit e5c227119f
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B

View file

@ -4046,6 +4046,7 @@ get_term() {
;;
"gnome-terminal-") term="gnome-terminal" ;;
"kgx") term="gnome-console" ;;
"cutefish-termin") term="cutefish-terminal" ;;
"urxvtd") term="urxvt" ;;
*"nvim") term="Neovim Terminal" ;;