summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
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"
;;
*)