🐛 Fix bat config path
This commit is contained in:
parent
ca12143baa
commit
66e47514f3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set -gx BAT_CONFIG_PATH "$DOT/cli-tools/bat/bat.conf"
|
set -gx BAT_CONFIG_PATH "$DOT/cli/bat/bat.conf"
|
||||||
set -gx BAT_CONFIG_DIR "$DOT/cli-tools/bat"
|
set -gx BAT_CONFIG_DIR "$DOT/cli/bat"
|
||||||
|
|
||||||
function cat --wraps cat
|
function cat --wraps cat
|
||||||
bat $argv
|
bat $argv
|
||||||
|
|
Loading…
Reference in a new issue