Commit cf07cb0c authored by Dylan Araps's avatar Dylan Araps

term: Show URxvtd as URxvt

parent af455b29
...@@ -2761,6 +2761,7 @@ get_term() { ...@@ -2761,6 +2761,7 @@ get_term() {
;; ;;
"gnome-terminal-") term="gnome-terminal" ;; "gnome-terminal-") term="gnome-terminal" ;;
"urxvtd") term="urxvt" ;;
*"nvim") term="Neovim Terminal" ;; *"nvim") term="Neovim Terminal" ;;
*"NeoVimServer"*) term="VimR Terminal" ;; *"NeoVimServer"*) term="VimR Terminal" ;;
*) term="${name##*/}" ;; *) term="${name##*/}" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment