summaryrefslogblamecommitdiffstats
path: root/fish/functions/t.fish
blob: 05d3d6c26f6349dca1c38c94af8251cadcc8f01b (plain) (tree)
1
2
3


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