dotfiles/user/fish/.config/fish/functions/tc.fish

4 lines
84 B
Fish
Raw Normal View History

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