dotfiles/.config/fish/functions/bt.fish

3 lines
71 B
Fish

function bt --wraps=bat --description 'alias bt=bat'
bat $argv
end