summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@anevia.com>2015-03-26 11:24:01 +0100
committerHugues Hiegel <hugues.hiegel@anevia.com>2015-03-26 11:24:01 +0100
commit3fb92fb9b55b3f1c1372b539f898ad7cf2bf7907 (patch)
treeaf98f0e43973da1d51a2e6132d9f22ae794bb6a3 /10_Environment.zsh
parent0e8ceb4536664f28076dc0e1fc7e865dc44cdc7b (diff)
[tmux][screen] termcaps, titles, prompt colors..
Diffstat (limited to '10_Environment.zsh')
-rw-r--r--10_Environment.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh
index 10c3f0f..c793d3c 100644
--- a/10_Environment.zsh
+++ b/10_Environment.zsh
@@ -28,11 +28,11 @@ _C="$_c%}"
unset has_termcaps
case "$( _process_tree )" in
- *"screen ::"*)
+ *":: SCREEN ::"*)
# Discards termcaps even if screen is launched from an urxvt..
;;
- *"urxvt ::"*|\
- *"tmux ::"*)
+ *":: "*"urxvt ::"*|\
+ *":: tmux ::"*)
has_termcaps="true"
;;
*)