summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-19 13:16:42 +0200
committerPaul Buetow <paul@buetow.org>2025-03-19 13:16:42 +0200
commit87d4f5303c5bb81d006c96fc4c3cf11bd2d8500e (patch)
tree8d3b845f01c9cc88124857087934bbe5d3b56807
parent75008eb3cf3d950b8f6cba33098f4cf059ac666a (diff)
better due
-rw-r--r--dotfiles/zsh/zshrc_d/task.source.zsh3
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