diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-03 17:34:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-03 17:34:04 +0200 |
| commit | 2b9aa04704406f0bbf8b2108e9f12b598fb9538f (patch) | |
| tree | 539d289310f67ca4a650ba9df9804361735cf169 | |
| parent | 470ba158fa43123f4f11d47495b837dc08325fc7 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/taskwarrior.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/taskwarrior.fish b/fish/conf.d/taskwarrior.fish index 87ed8d3..b3c6470 100644 --- a/fish/conf.d/taskwarrior.fish +++ b/fish/conf.d/taskwarrior.fish @@ -320,7 +320,7 @@ abbr -a log 'task add +log' abbr -a tdue 'tasksamurai status:pending due.before:now' abbr -a tasks 'tasksamurai -track' abbr -a track 'taskwarrior::add::track' -abbr -a ti 'taskwarrior::invoke' +abbr -a ti 'taskwarrior::invoke; tasksamurai' abbr -a ts tasksamurai abbr tpt taskwarrior::project_tasks abbr tsp taskwarrior::project_tasks::tasksamurai |
