changeset 141:ef534933ab04

Leave screen terminal titles alone
author Steve Huston <huston@srhuston.net>
date Tue, 05 Jul 2016 12:31:53 -0400
parents ffd88ca719e5
children 90f60047d5b4
files .bashrc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Thu Jun 16 12:56:52 2016 -0400
+++ b/.bashrc	Tue Jul 05 12:31:53 2016 -0400
@@ -42,6 +42,10 @@
   xterm*|rxvt*)
     PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
     ;;
+  screen*)
+    # But if it's a screen window, leave it alone please
+    PROMPT_COMMAND=""
+    ;;
   *)
     ;;
 esac