From 3b8b77d590d132e2a45c9891b797ff18652dea1d Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 19 Jul 2021 23:09:43 +1000 Subject: [PATCH] Use canonical argument formats to Taskwarrior --- config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index 36d2fe0..19c7236 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -6,7 +6,7 @@ vicmd_symbol = "[❮](bold purple)" style = "218" [custom.task_count_pending] -command = "task count rc.gc=off rc.verbose=nothing status:pending" +command = "task count rc.verbose=nothing rc.gc=0 status:pending" when = "which task" symbol = " " description = "Count of pending Taskwarrior tasks"