From 94c37a98f092893eb09d1a959585f7313a251fa2 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 3 Aug 2023 10:01:23 -0400 Subject: refactor: colored `man` output --- .xprofile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index e2d481e..b0655bf 100644 --- a/.xprofile +++ b/.xprofile @@ -7,6 +7,8 @@ export TMPDIR="/tmp" export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" export PATH="$PATH:$HOME/.local/bin" +export MANPAGER="less -R --use-color -Dd+r -Du+b" +export MANROFFOPT="-P -c" export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" -- cgit v1.2.3