Set rc.verbose before rc.gc to prevent unwanted output

This commit is contained in:
Danielle McLean 2021-07-19 23:10:26 +10:00
parent 8136ddd545
commit 4f5869ae18
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

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