Last active
June 19, 2016 09:25
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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