diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-27 18:25:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-27 18:25:42 +0300 |
| commit | 3043a14206cfeaeaff4b165ca209dfe24014dde3 (patch) | |
| tree | 0810b5b5b2a975bf77280e27d1fb3e553f082741 | |
| parent | 62eaa8d5bfa5c98f72fb097766e6d8bb545ddb75 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index 3b0c1a3..ff37dd3 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -44,7 +44,7 @@ end function taskwarrior::add::track if test (count $argv) -gt 0 - task add priority:L +personal +track $argv due:eow + task add priority:L +personal +track +nosched $argv else vit +track end |
