Skip to content

Instantly share code, notes, and snippets.

@justincase
Created March 2, 2011 13:59
Show Gist options
  • Save justincase/850966 to your computer and use it in GitHub Desktop.
Save justincase/850966 to your computer and use it in GitHub Desktop.
Set terminal title

Change terminal (tab) title to something meaningful instead of just 'ruby'

system("printf \"\033]0;Rails\007\"")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment