On Thu, Nov 28, 2019 at 06:42:06AM -0500, Felix Miata wrote:
Roger Whittaker composed on 2019-11-28 06:28 (UTC-0500):
On Thu, Nov 28, 2019 at 06:23:11AM -0500, Felix Miata wrote:
More and more utilities are coming along presenting output in colors I can barely see, mitigating against the benefit of the naturally better usability of the kernel's nice bold fonts over GUI fonts. Latest of these is ip. Its manual makes no suggestion I can see to globally return colors to those of old, no apparent /etc/if.conf or equivalent. Is there a way to disable more than 4 color (normal fg, normal bg, bright fg, bright bg) output? I tried putting in .bashrc export COLORFGBG=4,7, but it has no apparent impact. Creating ~/.dircolors didn't help either, nor did removing /etc/DIR_COLORS. export LS_COLORS= in .bashrc also has no apparent impact, and no man page.
ip -c=never address show
That works only per invocation. I wrote "globally", an admin's local default, so it can be shared across all installations on the LAN.
I suppose you can add an alias everywhere: ip='ip -c=never' -- ============================ Roger Whittaker roger@disruptive.org.uk ============================ -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org