dotfiles/cli/bat.config.fish
punkfairie eaa0aaff65
Add Midnight Commander; reorganize
Moved smaller CLI tools to a group directory to reduce clutter, while
still keeping general CLI tools seperated from the fish directory.
2024-02-10 15:49:50 -08:00

8 lines
163 B
Fish

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