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