From 1b129c74d7bc9ec250169812f8223387a1b967cf Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Thu, 9 Jun 2022 10:31:38 +0200 Subject: [PATCH] Disable colors for node REPL --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index 59d3a17..c4ab88d 100644 --- a/.zshenv +++ b/.zshenv @@ -29,6 +29,7 @@ export PARBODY=_A_a export DEBEMAIL=hjp@hjp.at export DEB_SIGN_KEYID=4ED25B463C8FC154D8189E64F20E485112FE285D 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 # locale isn't installed.