* Peter ([EMAIL PROTECTED]) wrote: > I want to have screen launched when I log in to a Linux system with > SSH. I have put the screen command inside ~/.bashrc. The result is > that screen will reread .bashrc and sets up a loop which keeps starting > screen over and over. My .screenrc file automatically starts 3 > windows. How do I prevent this loop?
Put your screen command in .bash_profile. This file should only be read at a login shell. Make sure you don't have "shell -bash" or something in your .screenrc. Ian -- Ian J Wat http://www.lynxmann.net
signature.asc
Description: Digital signature
_______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
