mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Accidentally changed all tabs to spaces and %a to %n in terminal idle title
This commit is contained in:
parent
a1f831bed4
commit
b4e64e8c68
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue