screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Putting 'banner' into each started screen.........


From: David T. Pierson
Subject: Re: Putting 'banner' into each started screen.........
Date: Sat, 17 May 2014 00:06:30 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, May 15, 2014 at 11:45:03AM +0100, Another Sillyname wrote:
> I'd like the default bashrc banner to show in a screen session when it
> starts, but can't think of an easy way of doing it......ideas?

Is bash configured to show the banner in a login shell only?

If so, pass --login to bash when creating the window in the .screenrc: 

  screen -t window-title bash --login

But be aware if other things are also configured to happen in login
shells.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]