Add a Taskwarrior pending count to Starship prompt
This commit is contained in:
parent
6b4bc5512e
commit
8ae8c1149e
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ vicmd_symbol = "[❮](bold purple)"
|
|||
[git_status]
|
||||
style = "218"
|
||||
|
||||
[custom.task_count_pending]
|
||||
command = "task count rc.gc=off rc.verbose=nothing status:pending"
|
||||
when = "which task"
|
||||
symbol = " "
|
||||
description = "Count of pending Taskwarrior tasks"
|
||||
|
||||
# https://starship.rs/presets/#nerd-font-symbols
|
||||
[aws]
|
||||
disabled = true
|
||||
|
|
Loading…
Reference in a new issue