Skip to content

Instantly share code, notes, and snippets.

@troystribling
Created June 15, 2012 14:33
Show Gist options
  • Select an option

  • Save troystribling/2936763 to your computer and use it in GitHub Desktop.

Select an option

Save troystribling/2936763 to your computer and use it in GitHub Desktop.
Set Title of Terminal Window
function settitle() { echo -ne "\e]2;$@\a\e]1;$@\a"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment