|
|
Another use of this useful escape sequence
I don't need my window title changing to be the last command. Instead, I like to keep track of when I 'ssh' off to another box. Here's how I've implemented that (all of this is in my .cshrc file since I'm running tcsh):
alias winname "echo -n '^[]0;!^^G'" alias testbox "winname Connected to testbox;ssh testbox.com;winname Darwin" winname DarwinThis way when I log in, the window is automatically named "Darwin", then when I ssh out, it titles the window with the remote system name, and restores it to Darwin when I'm done.
Re: Another use of this useful escape sequence
That's a great idea. Here's how I'm implementing it: |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|