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

4 lines
70 B
Fish
Raw Normal View History

2022-09-20 23:19:10 +00:00
function t --description 'Taskwarriror list'
command task $argv;
end