🐛 Fix bat config path

This commit is contained in:
punkfairie 2024-02-10 17:09:21 -08:00
parent ca12143baa
commit 66e47514f3
No known key found for this signature in database
GPG key ID: 0858B0F48128A755

View file

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