From a1f831bed4db8f24aec6f3429d723065aa6a450a Mon Sep 17 00:00:00 2001 From: Demetri Obenour Date: Mon, 13 Jan 2014 21:34:51 -0500 Subject: [PATCH] Accidentally changed all tabs to spaces and %a to %n in terminal idle title --- lib/termsupport.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh index 1c8865a9c..d949edb00 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -17,7 +17,7 @@ function title { } ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD -ZSH_THEME_TERM_TITLE_IDLE="%a@%m: %~" +ZSH_THEME_TERM_TITLE_IDLE="%n@%m: %~" #Appears when you have the prompt function omz_termsupport_precmd {