How do I set a static title bar? #5670
Answered
by
kovidgoyal
ylbeethoven
asked this question in
Q&A
Replies: 1 comment 2 replies
Answer selected by
ylbeethoven
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am having issue setting a static title bar which was working in previous version.
For example, I use below on my
.zshrc
file, this sets the title to Hello world automatically.echo -ne "\e]0;Hello World😺\a"
Now if I type anything or go to any folder, kitty will display the directory path on title bar, as shown in below screenshot.
I don't have this issue before and it also works on Gnome Terminal
Is there a method to disable showing current directory path?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions