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