randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

Changing Default Terminal Title? #274

Open ghost opened 3 years ago

ghost commented 3 years ago

How do you change default terminal title from "Login Shell" to something like "Terminus" ?

randy3k commented 3 years ago

Temporarily?

echo -e '\e]0;Some Title\a'

Permanently? Pass the argument title to the terminus_open command.