Skip to content

Instantly share code, notes, and snippets.

@viztastic
Last active June 19, 2016 09:25
Show Gist options
  • Save viztastic/04f4800d682f71d60aecd423665b1b25 to your computer and use it in GitHub Desktop.
Save viztastic/04f4800d682f71d60aecd423665b1b25 to your computer and use it in GitHub Desktop.
For a while I've been trying to figure out how to label my tabs in iTerm2. Simply type in zsh at the prompt, followed by ENTER, then enter in echo -ne "\e]1;LABEL\a" where 'LABEL' is your desired tab name. And bob's your uncle.
$ zsh
$ echo -ne "\e]1;ENTER TAB NAME HERE\a"
$ exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment