Skip to content

Instantly share code, notes, and snippets.

@ashleygwinnell
Created November 1, 2016 12:26
Show Gist options
  • Save ashleygwinnell/5289082e85919c3826fec0adf183b0c6 to your computer and use it in GitHub Desktop.
Save ashleygwinnell/5289082e85919c3826fec0adf183b0c6 to your computer and use it in GitHub Desktop.
Change name of macOS Terminal tab or window
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