dotfiles/.config/fish/functions/cat.fish

4 lines
47 B
Fish

function cat
bat --theme ansi-dark $argv
end