about summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshenv4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv
index ce62ecf..80ac555 100644
--- a/.config/zsh/.zshenv
+++ b/.config/zsh/.zshenv
@@ -24,7 +24,5 @@ fi
 
 if command -v bat &> /dev/null; then
 	export MANPAGER="sh -c 'col -bx | bat --plain --language man'"
-	# note that mandoc needs a wrapper script e.g.:
-	# col -bx < "$1" | bat -p -l man
-	# <https://github.com/sharkdp/bat/issues/1145>
+	export MANROFFOPT="-c"
 fi