Skip Taskwarrior GC when current task in RPROMPT

This commit is contained in:
Danielle McLean 2021-07-19 11:07:11 +10:00
parent 061bfa3a7d
commit 8136ddd545
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -1,4 +1,4 @@
#! zsh
if [[ -z $RPROMPT ]]; then
RPROMPT='$(task rc.verbose=nothing progress)'
RPROMPT='$(task rc.gc=off rc.verbose=nothing progress)'
fi