summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-01-10 00:39:28 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-10 00:39:28 +0100
commit7ff0fbbde5c2772538fb140f8a22035f64a8945e (patch)
tree4843f2f94bd5a9a2da164a5a3009a3c40c20be20
parent1267e10e844a07412b9f031eadf415552eccbcb1 (diff)
downloaddotfiles-7ff0fbbde5c2772538fb140f8a22035f64a8945e.tar.zst
bash: new method for coloring man pages
-rw-r--r--.bashrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 485408c..31f182e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -12,8 +12,7 @@ unset MAILCHECK
INPUTRC=~/.config/readline/inputrc
export MANPAGER="less -R --use-color -Dd+r -Du+b"
-# https://bbs.archlinux.org/viewtopic.php?id=287185
-export GROFF_NO_SGR=1
+export MANROFFOPT="-P -c"
alias v=nvim
alias f=vifm