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