From 55373b1f73a3ed3bef3dba11efc8b05155144329 Mon Sep 17 00:00:00 2001 From: "Philip Schlesinger @ Cryoport" Date: Wed, 23 Mar 2022 14:55:57 -0700 Subject: [PATCH] Comment out CLICOLOR_FORCE=1 with warning CLICOLOR_FORCE=1 can cause issues where shell output is captured -- such as with `opam install topkg`, `ocamlfind` and anywhere else shell output is captured. Included warning about uncommenting this line --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5df29770..64b96622 100644 --- a/.zshrc +++ b/.zshrc @@ -7,7 +7,7 @@ # Colors. unset LSCOLORS export CLICOLOR=1 -export CLICOLOR_FORCE=1 +# export CLICOLOR_FORCE=1 # uncomment only if absolutely necessary -- as it can cause issues with `opam install topkg`, `ocamlfind` and anywhere else shell output is captured # Don't require escaping globbing characters in zsh. unsetopt nomatch