mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
10 lines
395 B
Markdown
10 lines
395 B
Markdown
# Change Window Name In iTerm
|
|
|
|
By default, the name that appears in the top bar of the
|
|
[iTerm2](https://www.iterm2.com/) window is the session name plus the job that
|
|
is running. This can be changed to some static value of your choosing.
|
|
|
|
To change this, hit `Cmd+i` and change the field labeled "Window Title".
|
|
|
|
[source](https://superuser.com/questions/419775/with-bash-iterm2-how-to-name-tabs)
|