summaryrefslogtreecommitdiffstatshomepage
path: root/bat/.config/profile.d/20-bat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bat/.config/profile.d/20-bat.sh')
-rw-r--r--bat/.config/profile.d/20-bat.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bat/.config/profile.d/20-bat.sh b/bat/.config/profile.d/20-bat.sh
new file mode 100644
index 0000000..b571f3a
--- /dev/null
+++ b/bat/.config/profile.d/20-bat.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export MANPAGER="sh -c 'col -bx | bat -l man -p'"
+export MANROFFOPT="-c"