I think it would be nice to have a global option to disable bold text in output.
At the moment to do that you have to modify every color in .bashrc
e.g.
export EXA_COLORS="uu=33:gu=33..."
#1203
It can take a lot of time to figure out the output item and corresponding color.
I guess the single command flag would be a nice addition, something like this:
exa --disable-bold
I think it would be nice to have a global option to disable bold text in output.
At the moment to do that you have to modify every color in
.bashrce.g.
export EXA_COLORS="uu=33:gu=33..."#1203
It can take a lot of time to figure out the output item and corresponding color.
I guess the single command flag would be a nice addition, something like this:
exa --disable-bold