Skip Taskwarrior GC when current task in RPROMPT
This commit is contained in:
parent
061bfa3a7d
commit
8136ddd545
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! zsh
|
#! zsh
|
||||||
if [[ -z $RPROMPT ]]; then
|
if [[ -z $RPROMPT ]]; then
|
||||||
RPROMPT='$(task rc.verbose=nothing progress)'
|
RPROMPT='$(task rc.gc=off rc.verbose=nothing progress)'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue