From 1ff075252a4d0de5a14a8740fa440818c6b61ec1 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 12:23:11 -0500 Subject: Set default spinnertype to -/|\ and make it the first spinner type in the case. --- functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.sh') diff --git a/functions.sh b/functions.sh index 9a2e685..da94f44 100644 --- a/functions.sh +++ b/functions.sh @@ -47,11 +47,11 @@ function spinner() { case "${spintype}" in 0) - local spin='.oO0Oo' + local spin='-\|/' local charwidth=1 ;; 1) - local spin='-\|/' + local spin='.oO0Oo' local charwidth=1 ;; 2) -- cgit v1.2.3-54-g00ecf