punkfairie
eaa0aaff65
Moved smaller CLI tools to a group directory to reduce clutter, while still keeping general CLI tools seperated from the fish directory.
8 lines
163 B
Fish
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
|