summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2015-03-02 10:20:49 +0100
committerHugues Hiegel <hugues@hiegel.fr>2015-03-02 10:20:49 +0100
commit0e8ceb4536664f28076dc0e1fc7e865dc44cdc7b (patch)
tree4e84d89eab283c4a7151d6b991e04e0f3d9871bc /10_Environment.zsh
parentbb0e77d8f2eba2937f58370c8a66c9566a06a887 (diff)
[Env] termcaps Vs process_tree : don’t stick strickly up to binary path
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 f9389fe..10c3f0f 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"
;;
*)