dotfiles/.config/fish/functions/ct.fish

3 lines
71 B
Fish

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