Accidentally changed all tabs to spaces and %a to %n in terminal idle title

This commit is contained in:
Demetri Obenour 2014-01-13 21:35:55 -05:00
commit b4e64e8c68

View file

@ -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