Revision: 30535
Updated Code
at July 21, 2011 01:35 by iloveitaly
Updated Code
echo -n -e "\033]0;"`whoami`"\007"
Revision: 30534
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 17, 2010 01:46 by iloveitaly
Initial Code
name=`whoami` echo -n -e "\033]0;$name\007"
Initial URL
Initial Description
Useful when having multiple ssh connections to remote servers open in os x. Throw this in your ~/.bash_profile
Initial Title
Set Terminal Title to Username
Initial Tags
window, ssh, terminal
Initial Language
Bash