Add .zsh extension to Zsh environment setup files

This commit is contained in:
Danielle McLean 2023-11-21 16:34:11 +11:00
parent 2d78cda2f5
commit a6e965131c
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#! zsh
if [[ -z $RPROMPT ]]; then
RPROMPT='$(task progress rc.verbose=nothing rc.gc=0)'
fi