Add possibility to see all exit status
together with the character
item
#512
Labels
🌊 enhancement
New feature or request
status
together with the character
item
#512
Is your feature request related to a problem? Please describe
I want to see the exit code of successful commands and commands that exit with 1, but still want to have the
character
item, as it contains not only the exit status icon but also thevi
icon, which is crucial to me.Describe the solution you'd like
Don't make the code in the
status
item depend on thecharacter
item at all. Instead give it another option like:hide_common_codes
and only hide the0
and1
exit code if this option is given.See my comment on this PR: #500 (comment) , which may fix this.
Additional context
Link to
character
docs: https://github.com/IlanCosman/tide/wiki/Configuration#characterLink to
status
docs: https://github.com/IlanCosman/tide/wiki/Configuration#statusLink to
status
implementation: https://github.com/IlanCosman/tide/blob/main/functions/_tide_item_status.fishLink to
status
tests: https://github.com/IlanCosman/tide/blob/main/tests/_tide_item_status.test.fishThe text was updated successfully, but these errors were encountered: