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

_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to