For some time Pijul had support for coloring the output of change and diff commands. This coloring stopped working in pijul 1.0.0-beta I don’t know if by mistake or it was intentionally disabled by default.
I looked at the source of config.rs and saw that there is a field pub colors: Option<Choice>
So I tired to add the following lines to my config.toml
For some time Pijul had support for coloring the output of
change
anddiff
commands. This coloring stopped working inpijul 1.0.0-beta
I don’t know if by mistake or it was intentionally disabled by default.I looked at the source of
config.rs
and saw that there is a fieldpub colors: Option<Choice>
So I tired to add the following lines to myconfig.toml
But nothing has changed.