sreen session and scp

Ulf Rompe Ulf.Rompe at icem.com
Mon Jan 19 08:46:16 UTC 2009


Am Montag, den 19.01.2009, 07:45 +0100 schrieb Ulf Rompe:
> Changing the screen invocation in your .bashrc to something like this
> should help:
> 
> 
> if [ -n "$PS1" -a "$TERM" != "screen" ]; then
>         screen -xRR
> fi

Just tested: To get rid of the useless bash instance, exec screen:


if [ -n "$PS1" -a "$TERM" != "screen" ]; then
	exec screen -xRR
fi


[x] ulf
-- 
Artificial Intelligence is no match for Natural Stupidity.





More information about the ubuntu-users mailing list