Quellcode durchsuchen

term: Show URxvtd as URxvt

Dylan Araps vor 7 Jahren
Ursprung
Commit
cf07cb0c35
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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##*/}" ;;