fix(frontcube): fix escape of reset color sequence (#10921)

This commit is contained in:
Anubhav Sharma
2022-07-12 13:44:32 -04:00
committed by GitHub
parent 0c7ce363c9
commit 249c708ed3

View File

@ -1,7 +1,7 @@
PROMPT='
%{$fg_bold[gray]%}%~%{$fg_bold[blue]%}%{$fg_bold[blue]%} % %{$reset_color%}
%{$fg[green]%}➞ %{$reset_color%'
%{$fg[green]%}➞ %{$reset_color%}'
RPROMPT='$(git_prompt_info) $(ruby_prompt_info)'