Disable colors for node REPL

This commit is contained in:
Peter J. Holzer 2022-06-09 10:31:38 +02:00
parent f5eddf9c4e
commit 6b43dd1992
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export PARBODY=_A_a
export DEBEMAIL=hjp@hjp.at export DEBEMAIL=hjp@hjp.at
export DEB_SIGN_KEYID=4ED25B463C8FC154D8189E64F20E485112FE285D export DEB_SIGN_KEYID=4ED25B463C8FC154D8189E64F20E485112FE285D
export ACK_COLOR_FILENAME='blue on_white' export ACK_COLOR_FILENAME='blue on_white'
export NODE_DISABLE_COLORS=1
# Fix up locale. Must do this early or we get a lot of warnings if a # Fix up locale. Must do this early or we get a lot of warnings if a
# locale isn't installed. # locale isn't installed.