From 383f737197f176f04fc512d46aa240e04b25951a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 19 Jan 2012 09:35:10 +0100 Subject: Manages termcaps only on good terminals.. (CORRECTION of TERM value) --- 10_Environment.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '10_Environment.zsh') diff --git a/10_Environment.zsh b/10_Environment.zsh index 49382f1..48d416f 100644 --- a/10_Environment.zsh +++ b/10_Environment.zsh @@ -27,7 +27,7 @@ C_="%{$c_" _C="$_c%}" unset has_termcaps -[ $TERM = "urxvt" -o $TERM = "screen" ] && has_termcaps="true" +[ $TERM = "rxvt-unicode" -o $TERM = "screen" ] && has_termcaps="true" T_=${has_termcaps:+$termcap[as]} _T=${has_termcaps:+$termcap[ae]} _t_q=${${has_termcaps:+q}:--} -- cgit v1.2.3