From 04dd728efc7c9edc9142e038730846fd2efb7adb Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sat, 21 Oct 2023 19:26:57 -0300 Subject: [PATCH] solve issue with man pages rendering --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 3e7f42d..250a745 100644 --- a/.profile +++ b/.profile @@ -66,3 +66,6 @@ export FrameworkPathOverride=/etc/mono/4.5 # Path for cuda export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/cuda/lib64" +# Solve some issue with man pages rendering +export GROFF_NO_SGR=1 +