From b4e64e8c68dae2508bacfd5d6c18c9e90713974a Mon Sep 17 00:00:00 2001 From: Demetri Obenour Date: Mon, 13 Jan 2014 21:35:55 -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 d949edb00..beaa543ef 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -52,7 +52,7 @@ function omz_termsupport_preexec { CMD=${CMD:gs/%/%%} LINE=${LINE:gs/%/%%} fi - title "${CMD}" "%100>...>${LINE}%<<" + title "$CMD" "%100>...>$LINE%<<" } autoload -U add-zsh-hook