work on adding basic/monochrome mode

This commit is contained in:
Ben Allen
2017-06-14 17:15:48 -05:00
parent 34293e5d2b
commit 83827d945f

View File

@@ -236,7 +236,8 @@ getWhoami() {
}
printCurrentDate(){
echo -e "\nDate: $NOTICE$(date)$NORMAL"
THEDATE=$(date)
echo -e "\nDate: ${NOTICE}${THEDATE}${NORMAL}"
}
printColorsCode(){