diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2020-10-27 20:06:50 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-28 14:30:59 -0700 |
commit | ea625a39fe5dfcaa3df0d1ee53a40008213acd59 (patch) | |
tree | 837cfa4263af11e29d28d336ca8c1181b1060583 /streaming.c | |
parent | completion: zsh: update slave script locations (diff) | |
download | tgif-ea625a39fe5dfcaa3df0d1ee53a40008213acd59.tar.xz |
completion: prompt: fix color for Zsh
We don't need PROMPT_COMMAND in Zsh; we are already using %F{color} %f,
which in turn use %{ and %}, which are the equivalent of Bash's
\[ and \].
We can use as many colors as we want and output directly into PS1
(or RPS1) without the risk of buffer wrapping issues.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'streaming.c')
0 files changed, 0 insertions, 0 deletions