diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-07 23:22:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-07 23:22:33 +0300 |
| commit | 73cbed7a91cb9b49f8a547d28595c0aab00a91d3 (patch) | |
| tree | 5972d84363c3f87023a1c878bdc545e185e062cc | |
| parent | d1ff8ad5f1e35dc865d34f1e722b8d91eaa8c97d (diff) | |
Update
| -rw-r--r-- | fish/conf.d/taskwarrior.fish | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fish/conf.d/taskwarrior.fish b/fish/conf.d/taskwarrior.fish index 1d0ba49..9802c13 100644 --- a/fish/conf.d/taskwarrior.fish +++ b/fish/conf.d/taskwarrior.fish @@ -348,10 +348,9 @@ end abbr -a t task 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; tasksamurai' -abbr -a ts tasksamurai +abbr -a ti 'taskwarrior::invoke; tasksamurai --ultra' +abbr -a ts 'tasksamurai --ultra' abbr tpt taskwarrior::project_tasks abbr tsp taskwarrior::project_tasks::tasksamurai |
