瀏覽代碼

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