changeset 188:a05016e4881b

Stop screwing with term settings
author Steve Huston <huston@astro.princeton.edu>
date Wed, 01 Apr 2020 10:21:34 -0400
parents 1e15f715858e
children b2dc752234ae
files .bashrc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Thu Mar 05 18:01:08 2020 -0500
+++ b/.bashrc	Wed Apr 01 10:21:34 2020 -0400
@@ -43,6 +43,10 @@
   xterm*|rxvt*)
     PROMPT_COMMAND='history -a ; echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
     ;;
+  screen.xterm-256color)
+    # Specifically, to hell with this one
+    export TERM=screen
+    ;&
   screen*)
     # But if it's a screen window, leave it alone please
     PROMPT_COMMAND="history -a"