[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rename each screen according to hostname
From: |
Geraint Edwards |
Subject: |
Re: rename each screen according to hostname |
Date: |
Tue, 27 May 2008 14:34:53 +0100 |
User-agent: |
Mutt/1.4.2.3i |
"Trent W. Buck" <address@hidden> said
(on Tue, May 27, 2008 at 08:39:50PM +1000):
> > ssh() { screen -X title "address@hidden"; command ssh "$@"; }
>
> I think the OP wants to change the session name, not the screen
> (window) title.
Also, isn't setting the title best done with ``-t'':
ssh() { screen -t "address@hidden" ssh "$@"; }
--
Geraint A. Edwards (aka "Gedge")
address@hidden