diff --git a/config/zsh/interactive/task b/config/zsh/interactive/task index 7b56214..d415e36 100644 --- a/config/zsh/interactive/task +++ b/config/zsh/interactive/task @@ -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