Set rc.verbose before rc.gc to prevent unwanted output
This commit is contained in:
parent
8136ddd545
commit
4f5869ae18
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.gc=off rc.verbose=nothing progress)'
|
RPROMPT='$(task progress rc.verbose=nothing rc.gc=0)'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue