Created
November 1, 2016 12:26
-
-
Save ashleygwinnell/5289082e85919c3826fec0adf183b0c6 to your computer and use it in GitHub Desktop.
Change name of macOS Terminal tab or window
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
Tab: | |
echo -ne "\033]1;Your name here\007" | |
Window: | |
echo -ne "\033]2;Your name here\007" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment