move colors to _setColors_()

This commit is contained in:
Nathaniel Landau
2021-08-24 12:06:01 -04:00
parent b0fbe5fb31
commit 70521b68a1
10 changed files with 225 additions and 159 deletions

View File

@@ -35,6 +35,8 @@ setup() {
FORCE=false
DRYRUN=false
_setColors_ # Set Color Constants
set -o errtrace
set -o nounset
set -o pipefail