keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

Colored packer output although no color packages installed #44

Open Markus00000 opened 13 years ago

Markus00000 commented 13 years ago

Packer outputs colored text although if have neither installed "packer-color" nor "pacman-color".

Especially problematic is having yellow text on a white terminal background...

Packer's man page says: "Packer output will be colorized if if pacman-color is installed."

Packer version: 20110731

keenerd commented 13 years ago

export COLOR="NO"

bruenig commented 13 years ago

export COLOR='NO'

Packer respects that env variable. I will change the man page soon -- it is obviously outdated.

On Wednesday, August 17, 2011, Markus00000 < reply@reply.github.com> wrote:

Packer outputs colored text although if have neither installed "packer-color" nor "pacman-color".

Especially problematic is having yellow text on a white terminal background...

Packer's man page says: "Packer output will be colorized if if pacman-color is installed."

Packer version: 20110731

Reply to this email directly or view it on GitHub: https://github.com/bruenig/packer/issues/44

trapd00r commented 13 years ago

Wouldn't it make more sense to use the standard ANSI_COLORS_DISABLED environment variable?

bruenig commented 13 years ago

Wasn't aware of such a variable. Hmm.

On Wednesday, August 17, 2011, trapd00r < reply@reply.github.com> wrote:

Wouldn't it make more sense to use the standard ANSI_COLORS_DISABLED environment variable?

Reply to this email directly or view it on GitHub: https://github.com/bruenig/packer/issues/44#issuecomment-1833005