4 lines
92 B
Bash
4 lines
92 B
Bash
#! zsh
|
|
if [[ -z $RPROMPT ]]; then
|
|
RPROMPT='$(task progress rc.verbose=nothing rc.gc=0)'
|
|
fi
|