term: Show URxvtd as URxvt

This commit is contained in:
Dylan Araps 2018-06-19 15:46:51 +10:00
parent af455b2967
commit cf07cb0c35

View file

@ -2761,6 +2761,7 @@ get_term() {
;;
"gnome-terminal-") term="gnome-terminal" ;;
"urxvtd") term="urxvt" ;;
*"nvim") term="Neovim Terminal" ;;
*"NeoVimServer"*) term="VimR Terminal" ;;
*) term="${name##*/}" ;;