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