I execute procs in a Kubernetes pod, from Git Bash (Windows 11) with winpty kubectl exec -it my-pod -- //bin//ash.
At the end of execution, the font stays white and bold and does not reset.
If I use ./procs-v0.14.10-x86_64 ; echo -e "\033[0m", it does reset.

Can it be automatically reset?
Thanks!