From cb259951ed4017b21f956fb12c89930fc1bdf06f Mon Sep 17 00:00:00 2001 From: candifloss Date: Thu, 6 Aug 2026 17:40:53 +0530 Subject: [PATCH] System-wide cross-platform `bat` config dir --- conf.d/00_environment.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/00_environment.fish b/conf.d/00_environment.fish index f93e275..ada58f9 100644 --- a/conf.d/00_environment.fish +++ b/conf.d/00_environment.fish @@ -19,5 +19,6 @@ set -gx CLICOLOR 1 set -gx CLICOLOR_FORCE 1 # BAT +set -gx BAT_CONFIG_DIR "/usr/local/etc/bat" set -gx BAT_THEME "Monokai Extended" # Nice default `bat` theme. set -gx MANPAGER "bat -plman" # Use `bat` as a colorizing pager for `man` \ No newline at end of file