diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-19 13:00:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-19 13:00:19 +0200 |
| commit | aa2445a91900a305b5adeee444ac506da5f6f9db (patch) | |
| tree | 51343898b4f60aec6a7c322fc21310fe451f5f6c | |
| parent | da41298d61d8ee3f84f0c722cc0c03cbbd715d04 (diff) | |
joa
| -rw-r--r-- | dotfiles/zsh/zshrc_d/task.source.zsh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dotfiles/zsh/zshrc_d/task.source.zsh b/dotfiles/zsh/zshrc_d/task.source.zsh index c2ea7ae..dd77bc9 100644 --- a/dotfiles/zsh/zshrc_d/task.source.zsh +++ b/dotfiles/zsh/zshrc_d/task.source.zsh @@ -117,14 +117,17 @@ if [[ -f ~/.taskrc && -f ~/.task.enable ]]; then task::add::standup() { if [ "$#" -gt 0 ]; then - task add priority:L +work +standup "$@" due:3days + task add priority:L +work +standup +sre +nosched "$@" + task add priority:L +work +standup +storage +nosched "$@" else - vit +standup + vit +standup fi } alias standup=task::add::standup # Virtual standup alias V=task::add::standup + alias Vst='vit +standup +storage' + alias Vsr='vit +standup +sre' task::dice () { local -r filter=$1 |
