Browse Source

term: Show URxvtd as URxvt

Dylan Araps 7 years ago
parent
commit
cf07cb0c35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      neofetch

+ 1 - 0
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##*/}" ;;