1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add Change Window Name In iTerm as a workflow til

This commit is contained in:
jbranchaud
2020-05-21 08:50:16 -05:00
parent 096ff13e73
commit f85e87237f
2 changed files with 11 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
_919 TILs and counting..._
_920 TILs and counting..._
---
@@ -1047,6 +1047,7 @@ _919 TILs and counting..._
## Workflow
- [Change Window Name In iTerm](workflow/change-window-name-in-iterm.md)
- [Convert An ePub Document To PDF On Mac](workflow/convert-an-epub-document-to-pdf-on-mac.md)
- [Enable Dev Tools For Safari](workflow/enable-dev-tools-for-safari.md)
- [Import A Github Project Into CodeSandbox](workflow/import-a-github-project-into-codesandbox.md)

View File

@@ -0,0 +1,9 @@
# 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)