summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-19 09:35:10 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-19 09:35:10 +0100
commit383f737197f176f04fc512d46aa240e04b25951a (patch)
treedf3358aa1f69014372b3a92b03695fdeb9cbb8ce /10_Environment.zsh
parentc9bfb84ac9f4fe6f701629f7b604bb475c39207a (diff)
Manages termcaps only on good terminals.. (CORRECTION of TERM value)
Diffstat (limited to '10_Environment.zsh')
-rw-r--r--10_Environment.zsh2
1 files changed, 1 insertions, 1 deletions
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}:--}