Skip to content

Instantly share code, notes, and snippets.

@nickcarenza
Created February 25, 2015 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickcarenza/9f345041a8c2e216e7ec to your computer and use it in GitHub Desktop.
Save nickcarenza/9f345041a8c2e216e7ec to your computer and use it in GitHub Desktop.
Messing with terminal view
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