Skip to content

Instantly share code, notes, and snippets.

@hotwatermorning
Last active October 21, 2015 01:07
Show Gist options
  • Save hotwatermorning/711e37777d246f16762d to your computer and use it in GitHub Desktop.
Save hotwatermorning/711e37777d246f16762d to your computer and use it in GitHub Desktop.
Naming terminal tabs in osx lion
# http://thelucid.com/2012/01/04/naming-your-terminal-tabs-in-osx-lion/
function tabname {
printf "\e]1;$1\a"
}
function winname {
printf "\e]2;$1\a"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment