Skip to content

Instantly share code, notes, and snippets.

@peterwwillis
Created May 8, 2019 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterwwillis/5667e046bc5a83ae508a41dfe9f98625 to your computer and use it in GitHub Desktop.
Save peterwwillis/5667e046bc5a83ae508a41dfe9f98625 to your computer and use it in GitHub Desktop.
Changing linux terminal screen window and tab titles
echo -ne "\033]0;This changes the window title\007"
echo -ne "\ekThis changes the tab title\e\\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment