Can I set prompt color of an aborted command to yellow? #2737
BrandonStudio
started this conversation in
General
Replies: 1 comment 2 replies
-
It's technically possible but there is an even better option: press Ctrl-U instead of Ctrl-C. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now commands with return value
0
shows green, and all other return values shows red.Here, I can't see any different if I abort a command.
For example, I may type
In bash it shows a

^C
, but here it show nothing.Can I set these aborted command (with exit code
130
) with yellow arrow?Beta Was this translation helpful? Give feedback.
All reactions