From 04af7e4544537f7389d72bd76c29314625a75b6e Mon Sep 17 00:00:00 2001 From: giomba Date: Fri, 31 May 2024 12:24:05 +0200 Subject: [PATCH] Add colors to man pages. --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zshrc b/zshrc index e8add4f..19048d3 100644 --- a/zshrc +++ b/zshrc @@ -3871,6 +3871,12 @@ export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" +# Use colors in man pages +# This used to work effortlessly just a few months ago, +# I don't know what actually changed, and I have to admit that this +# looks a bit like a dirty hack workaround. +export GROFF_NO_SGR=1 + ## END OF FILE ################################################################# # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4 # Local variables: