diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 12:14:20 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 12:14:20 -0500 |
commit | 0f7d778bfe357bd031249165d69561a5f92a0d8a (patch) | |
tree | b84f7f9a76e402600a5e30dde2944861b53fcada /env.sh | |
parent | 8940fe90af138d23df464bf967a77b0285c79e90 (diff) |
Adjust function spinner to take in a spinner type. If no type is defined then random will be chosen. Pass the 2nd argument as spinnertype when spinner is invoked. Cleanup some extraction text and reset the colors at the end.
Diffstat (limited to 'env.sh')
-rw-r--r-- | env.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,3 +37,8 @@ unset numjobs export PS1 LC_ALL LFS LFS_TGT PATH CONFIG_SITE export LFS_VER LFS_DISK LFS_PART LFS_PWD NUMPROCS MAKEFLAGS + + +# Set spinner type (0-11 in funtions.sh) +SPINNER=0 +export SPINNER |