summary refs log tree commit diff stats
path: root/portable-prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portable-prompt.sh')
-rw-r--r--portable-prompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/portable-prompt.sh b/portable-prompt.sh
index 926e447..eaecac2 100644
--- a/portable-prompt.sh
+++ b/portable-prompt.sh
@@ -76,7 +76,7 @@ prompt_helper(){
 #printf "%s" "$PS1" > /dev/tty
 
 	case "$TERM" in
-	(xterm*|rxvt*|vt102|screen)
+	(xterm*|rxvt*|vt102|screen*)
 		pretty_title "$SHNAME";;
 	esac
 	return 0