From cf07cb0c357abdef874c842f0fa49a7a119cd647 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 19 Jun 2018 15:46:51 +1000 Subject: [PATCH] term: Show URxvtd as URxvt --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 285adb6b..7e5a7cc8 100755 --- a/neofetch +++ b/neofetch @@ -2761,6 +2761,7 @@ get_term() { ;; "gnome-terminal-") term="gnome-terminal" ;; + "urxvtd") term="urxvt" ;; *"nvim") term="Neovim Terminal" ;; *"NeoVimServer"*) term="VimR Terminal" ;; *) term="${name##*/}" ;;