fix gnome-console

This commit is contained in:
Rohan Deb Sarkar 2023-01-05 22:39:30 +05:30
parent ccd5d9f526
commit 2f84ef0160
No known key found for this signature in database
GPG key ID: 6ED554C024F24323

View file

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