Skip to content

Instantly share code, notes, and snippets.

@rrafal
Created June 8, 2023 14:16
Show Gist options
  • Save rrafal/2ae8d49e770d96c6d0e4a8e28087a0e3 to your computer and use it in GitHub Desktop.
Save rrafal/2ae8d49e770d96c6d0e4a8e28087a0e3 to your computer and use it in GitHub Desktop.
Set tab title in Terminal
tab() {
printf '\e]1;%s\a' "$*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment