Mercurial > dotfiles
comparison .shell.d/50.common_env.sh @ 446:b2be3e77b64a
env: disable colors in hg testrunner output
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 30 Sep 2017 06:47:59 -0400 |
parents | 5c60aa185a97 |
children |
comparison
equal
deleted
inserted
replaced
445:b0264224e2ec | 446:b2be3e77b64a |
---|---|
15 insert_path_element ~/Library/Python/3.5/bin | 15 insert_path_element ~/Library/Python/3.5/bin |
16 unset MANPATH # smart man(1)s autodetect that from PATH. | 16 unset MANPATH # smart man(1)s autodetect that from PATH. |
17 | 17 |
18 insert_path_element /opt/hg/bin | 18 insert_path_element /opt/hg/bin |
19 export LESS=FSRX | 19 export LESS=FSRX |
20 | |
21 # hg's test runner thinks it wants color. It's wrong. | |
22 export HGRUNTESTSCOLOR=never |