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