How can i set the tab title to the current runnign process name? #8575
Unanswered
theAnuragMishra
asked this question in
Q&A
Replies: 1 comment
-
Add no-title to shell integration and write your own function in your
shell rc files to set the terminal window title using whatever logic you
like.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, when i run a go program, i want the title to be 'go' and not 'go run main.go'
Beta Was this translation helpful? Give feedback.
All reactions