Open chen3feng opened 8 months ago
https://learn.microsoft.com/en-us/windows/terminal/tutorials/tab-title#set-the-shells-title
wsl -- echo -ne '\033]0;New Title\a' ^&^& sleep 10
The title is restored after the command is executed, so I add a sleep to keep it awhile.
https://learn.microsoft.com/en-us/windows/terminal/tutorials/tab-title#set-the-shells-title
The title is restored after the command is executed, so I add a sleep to keep it awhile.