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

4 lines
65 B
Fish

function cat --description 'alias cat to bat'
bat $argv;
end