if the prompt is very long for example:
(devpod id-xxx) (aws profile-test) nbari /workspaces/id-xxx-infra/test-87521887eeee/us-east-2 sandbox [?? 9]
when pressing enter it will be:
2026-05-04T19:57:53+00:00 (devpod id-xxx) (aws profile-test) /workspaces/id-xxx/test-875218874222/us-east-2 sandbox $ ls
But the output of ls is not printed, maybe it is overwritten because the prompt needs to write or create a second line, mabye an option could be added via an env variable to print only the initial of the path like /w/i/t/us-east-2 and instead of full date 2026-05-04T19:57:53+00:00 maybe only the time
if the prompt is very long for example:
when pressing enter it will be:
But the output of ls is not printed, maybe it is overwritten because the prompt needs to write or create a second line, mabye an option could be added via an env variable to print only the initial of the path like
/w/i/t/us-east-2and instead of full date2026-05-04T19:57:53+00:00maybe only the time