diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-07 10:09:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-07 10:09:57 +0200 |
| commit | 560de38db87c1561deb60d8e00729d5dad831928 (patch) | |
| tree | 298cf6fcb98dcc1ef51e2e080e5cc861951dee58 | |
| parent | e3b4e3722c49a34b311cf61016709cdeebb55835 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 1 | ||||
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 131ed54..74cc822 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -64,6 +64,7 @@ function supersync::taskwarrior taskwarrior::export::gos taskwarrior::export::bd taskwarrior::import + taskwarrior::db::prune end function supersync::gitsyncer diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index 145d226..7a8c2cf 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -109,6 +109,10 @@ function taskwarrior::import end end +function taskwarrior::db::prune + yes | task +random status:completed delete +end + abbr -a t task abbr -a L 'task add +log' abbr -a tlog 'task add +log' |
