dotfiles/cli/bat.config.fish
2024-02-10 17:09:21 -08:00

8 lines
151 B
Fish

#!/usr/bin/env fish
set -gx BAT_CONFIG_PATH "$DOT/cli/bat/bat.conf"
set -gx BAT_CONFIG_DIR "$DOT/cli/bat"
function cat --wraps cat
bat $argv
end