remove un-needed formatting vars

This commit is contained in:
Asif Bacchus 2019-05-20 17:50:25 -06:00
parent 1cffb137d6
commit 40a6d0cfb0
1 changed files with 0 additions and 4 deletions

View File

@ -8,13 +8,9 @@
### set script output colours
normal="\e[0m"
bold="\e[1m"
default="\e[39m"
err="\e[1;31m"
warn="\e[1;93m"
ok="\e[32m"
lit="\e[93m"
op="\e[39m"
info="\e[96m"
note="\e[95m"