Currently the prompt symbol ❯ is always rendered green.
As a user it would help to see the exit status of the last command that was executed.
- Option 1: Render the prompt symbol ❯ red if the exit code is not zero.
- Option 2: Render the background red (like in vitest) if the exit code is not zero.
Currently the prompt symbol ❯ is always rendered green.
As a user it would help to see the exit status of the last command that was executed.