diff options
author | balou <balou@tilde.institute> | 2022-09-20 13:07:48 +0000 |
---|---|---|
committer | balou <balou@tilde.institute> | 2022-09-20 13:07:48 +0000 |
commit | cae70d6cbfe46fe1bf8210c27bbe47a96b4b103c (patch) | |
tree | ef7dc5f750f0b07d0d61149b7222104c289a4b86 | |
parent | d73827198e58db9cb66d86eeac481db5953d7796 (diff) | |
download | portable-prompt-cae70d6cbfe46fe1bf8210c27bbe47a96b4b103c.tar.gz |
allow newer screens
-rw-r--r-- | portable-prompt.sh | 2 |
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 |