ソースを参照

term: Show URxvtd as URxvt

Dylan Araps 7 年 前
コミット
cf07cb0c35
1 ファイル変更1 行追加0 行削除
  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##*/}" ;;