[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:
commit
e5c227119f
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -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" ;;
|
||||
|
|
Loading…
Reference in a new issue