summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/t.fish
blob: c23e31c9f550af9a5e17b0df41fbdb33163c223c (plain) (blame)
1
2
3
4
function t --wraps=task --description 'alias t=task'
  task $argv
        
end