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