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