geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
921 stars 94 forks source link

Plugin: Exit Status RPROMPT #259

Closed alxbl closed 4 years ago

alxbl commented 5 years ago

I couldn't find a clean and modular way to add the exit status to the RPROMPT so I put this quick module together. I'm submitting a PR in case other people could benefit from it.

Currently it only supports one color but it would be easy to add a success color as well for +exit_status setups.

Cheers, Alex

jedahan commented 4 years ago

Mind porting to the new mnml branch? It should be even simpler :)

alxbl commented 4 years ago

Sure, I'll take a look when I have a moment