How do I ask screen to behave like a standard bash shell?
Posted
by
thornomad
on Server Fault
See other posts from Server Fault
or by thornomad
Published on 2010-03-24T22:24:22Z
Indexed on
2012/03/22
23:31 UTC
Read the original article
Hit count: 195
Just learned about the screen command on linux - it is genius. I love it. However, the actual terminal/prompt in screen looks and behaves differently than my standard bash prompt. That is, the colors aren't the same, tab completion doesn't seem to work, etc.
Is there a way I can tell screen to behave just like a normal (at least, normal as in what I am used to) bash prompt ?
Additional Information
I am connecting via ssh from a Mac (Terminal) to a headless linux box (Ubuntu). After logging in, I have TERM=xterm-color
and when I run screen I have TERM=screen
.
Am going to try the suggestions below to see if I can change the $TERM
value first.
© Server Fault or respective owner