From c431cebacd22190f10694b3e4bf6a9fa148da161 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Thu, 25 Dec 2008 22:09:10 -0600 Subject: [PATCH] support mrxvt and other rxvt smellalikes in zshrc --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index c35bdd0..3bbec5d 100644 --- a/zshrc +++ b/zshrc @@ -77,7 +77,7 @@ function fix_term rxvt|xterm?*|kterm|putty) fix_term xterm ;; - rxvt?*|Eterm|aterm) + *rxvt?*|Eterm|aterm) fix_term rxvt ;; mlterm) @@ -218,7 +218,7 @@ case $TERM in bindkey '\e[4~' end-of-line bindkey '\e[3~' delete-char ;; - rxvt*|Eterm|aterm) + *rxvt*|Eterm|aterm) bindkey '\e[c' emacs-forward-word bindkey '\e[d' emacs-backward-word bindkey '\eOc' emacs-forward-word @@ -315,7 +315,7 @@ function title shift print -nR $'\e_screen \005 | '$*$'\e'"\\" ;; - xterm*|rxvt*|cygwin|interix|Eterm|mlterm|kterm|aterm|putty*) + xterm*|*rxvt*|cygwin|interix|Eterm|mlterm|kterm|aterm|putty*) # Use this one instead for everybody else: shift print -nR $'\e]0;'$@$'\a'