Closed inamiy closed 4 years ago
@cirho
After some experiments, I preferred having exit_code
explicitly as this PR proposed.
In my use case, I instead hide cmd
to remove | $ >
to save some space while exit_code is 0.
So, it would be great if you can consider merging this PR!
This PR adds
exit_code
module that explicitly shows previous exit status value.BTW I first thought this module was also missing from original powerline, but later noticed
cmd
can also show alert color, so maybe this PR might not be so interesting. (I will send PR anyway)