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"