diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-19 13:16:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-19 13:16:42 +0200 |
| commit | 87d4f5303c5bb81d006c96fc4c3cf11bd2d8500e (patch) | |
| tree | 8d3b845f01c9cc88124857087934bbe5d3b56807 | |
| parent | 75008eb3cf3d950b8f6cba33098f4cf059ac666a (diff) | |
better due
| -rw-r--r-- | dotfiles/zsh/zshrc_d/task.source.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles/zsh/zshrc_d/task.source.zsh b/dotfiles/zsh/zshrc_d/task.source.zsh index b26559c..60a8b41 100644 --- a/dotfiles/zsh/zshrc_d/task.source.zsh +++ b/dotfiles/zsh/zshrc_d/task.source.zsh @@ -24,8 +24,7 @@ if [[ -f ~/.taskrc && -f ~/.task.enable ]]; then } task::due () { - task active 2>/dev/null - task status:pending due.before:now + vit status:pending due.before:now } alias tdue=task::due |
