diff --git a/.zshrc b/.zshrc index 603450e..132f9b1 100644 --- a/.zshrc +++ b/.zshrc @@ -35,7 +35,7 @@ select-word-style bash # Show cwd in titlebar precmd() { tab_label=${PWD/${HOME}/\~} - echo -ne "\e]2;${tab_label}\a" + echo -ne "\e]2;${HOST}:${tab_label}\a" } # Report CPU usage for commands running longer than 5 seconds