Last Updated: February 25, 2016
·
1.049K
· dvojir

Name your tab in iTerm

I have defined the following bash function in my profile so that I can name my tabs in iTerm (on my MacBook Pro):

nametab(){
echo -e "\033];${1}\007"
}

Very handy for keeping work on different things separated.