summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-05-19 10:06:04 +0200
committerAlan Pearce2017-05-19 10:06:04 +0200
commit1b9f08e7bbbeca3dfec7bcb6b8b118dbd6ffdcae (patch)
treea12b3be9e58be0dc603cd37f3eb011577bbc8f75 /zsh
parentb503983d06fb1cdc1577f5abe59988471ea2cc86 (diff)
downloaddotfiles-1b9f08e7bbbeca3dfec7bcb6b8b118dbd6ffdcae.tar.lz
dotfiles-1b9f08e7bbbeca3dfec7bcb6b8b118dbd6ffdcae.tar.zst
dotfiles-1b9f08e7bbbeca3dfec7bcb6b8b118dbd6ffdcae.zip
zsh: Simplify title in Terminal.app
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 0597013..c8f951b 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -183,6 +183,9 @@ else
   # show username@host if root, with username in white
   [[ $UID -eq 0 ]] && prompt_pure_username=' %F{white}%n%f%F{242}@%m%f'
 
+  ZSH_THEME_TERM_TAB_TITLE_IDLE=""
+  ZSH_THEME_TERM_TITLE_IDLE=""
+
   setopt prompt_subst
   setopt prompt_cr
   PROMPT='%F{blue}%~%f${prompt_pure_username}