dotfiles/.config/fish/functions/t.fish

4 lines
79 B
Fish

function t --wraps=task --description 'alias t=task'
task $argv
end