Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Show remote host names as tab titles in Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Show remote host names as tab titles in Terminal
Authored by: xenofan on Nov 23, '10 10:20:30AM

Additionally, if you would only like the current directory to show up in the title of the current tab, add the the following to your .profile file:

PROMPT_COMMAND='echo -ne "\033]0;${PWD##/*/}\007"'



[ Reply to This | # ]